Skip to content

Commit

Permalink
Update python3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
trek committed Sep 21, 2023
1 parent 8bd9092 commit f49d88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ it(
}),
async fn => {
const payload = await fn();
assert.equal(payload['platform.python_version'][0], '3');
assert.equal(payload['platform.python_version'], '3.6.8');
}
)
);
Expand Down

0 comments on commit f49d88d

Please sign in to comment.