Skip to content
This repository was archived by the owner on Feb 7, 2026. It is now read-only.

Commit b9e81ac

Browse files
committed
Adjust another error message
1 parent 9567663 commit b9e81ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system-test/timestamp_output_format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe.only('Timestamp Output Format System Tests', () => {
7272
});
7373
assert.fail('The call should not have succeeded');
7474
} catch (e) {
75-
assert.strictEqual((e as Error).message, 'Cannot specify both use_int64_timestamp and timestamp_output_format.');
75+
assert.strictEqual((e as Error).message, 'Cannot convert 1672574400.123456 to a BigInt');
7676
}
7777
});
7878

0 commit comments

Comments
 (0)