Skip to content

Commit 43c3f23

Browse files
committed
refactor: tests
1 parent 5772cb2 commit 43c3f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/system-test/spanner.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ describe('Autogenerated Admin Clients', () => {
678678
// isolation_level_option
679679
it('should run read-write transaction with isolation level option set', () => {
680680
const output = execSync(
681-
`node snapshot-isolation.js ${INSTANCE_ID} ${DATABASE_ID} ${PROJECT_ID}`
681+
`node repeatable-reads.js ${INSTANCE_ID} ${DATABASE_ID} ${PROJECT_ID}`
682682
);
683683
console.log(output);
684684
assert.match(

0 commit comments

Comments
 (0)