Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 24, 2023
1 parent bb70d9b commit 1355ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describe(Client.name, () => {
type: 0,
typeName: Version.typeName,
payload: Version.create({
version: 66790,
versionV1: 66790,
versionV2: BigInt(66790),
release: '1.4.230',
os: 'Linux',
osVersion: 'Ubuntu 20.04.4 LTS [x64]',
Expand Down

0 comments on commit 1355ece

Please sign in to comment.