Skip to content

Commit bd425c9

Browse files
ci: Fix UUID tests which is failing in cloud-devel
1 parent 205713c commit bd425c9

File tree

1 file changed

+1
-1
lines changed
  • google-cloud-spanner/src/test/java/com/google/cloud/spanner/it

1 file changed

+1
-1
lines changed

google-cloud-spanner/src/test/java/com/google/cloud/spanner/it/ITUuidTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public void uuidAsKeyParameter() {
399399
return null;
400400
});
401401

402-
verifyKeyContents(Arrays.asList(uuid1, uuid2));
402+
verifyKeyContents(Arrays.asList(uuid2, uuid1));
403403
}
404404

405405
private void verifyKeyContents(List<UUID> uuids) {

0 commit comments

Comments
 (0)