Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre committed Apr 19, 2021
1 parent f4ad3bf commit c315e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void testGetPlatformProto_differentiateWorkspace() throws Exception {
.addProperties(Platform.Property.newBuilder().setName("a").setValue("1"))
.addProperties(Platform.Property.newBuilder().setName("b").setValue("2"))
.addProperties(
Platform.Property.newBuilder().setName("bazel-workspace-to-differentiate-cache-key")
Platform.Property.newBuilder().setName("bazel-differentiate-workspace-cache")
.setValue("aa"))
.build();
// execProperties are sorted by key
Expand Down

0 comments on commit c315e01

Please sign in to comment.