Skip to content

Commit 4ab9473

Browse files
committed
Remove out of context line
1 parent 7602aaf commit 4ab9473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client_tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ describe.each([
352352
test(`${permission} key: get version`, async () => {
353353
await client.version().then((response: Types.Version) => {
354354
expect(response).toHaveProperty('commitSha', expect.any(String))
355-
expect(response).toHaveProperty('commitDate', expect.any(String))
355+
expect(response).toHaveProperty('buildDate', expect.any(String))
356356
expect(response).toHaveProperty('pkgVersion', expect.any(String))
357357
})
358358
})

0 commit comments

Comments
 (0)