We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7602aaf commit 4ab9473Copy full SHA for 4ab9473
tests/client_tests.ts
@@ -352,7 +352,7 @@ describe.each([
352
test(`${permission} key: get version`, async () => {
353
await client.version().then((response: Types.Version) => {
354
expect(response).toHaveProperty('commitSha', expect.any(String))
355
- expect(response).toHaveProperty('commitDate', expect.any(String))
+ expect(response).toHaveProperty('buildDate', expect.any(String))
356
expect(response).toHaveProperty('pkgVersion', expect.any(String))
357
})
358
0 commit comments