Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
srinjoyray committed Nov 7, 2024
1 parent d770e51 commit 15c6e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public void testUpdateKey_Id() {
Path.Builder path = Path.newBuilder();
Element.Builder ele = path.addElementBuilder();
ele.setId(23);
ref.setPath(path);
ref.setPath(path.buildPartial());
KeyTranslator.updateKey(ref.buildPartial(), key);
assertThat(key.getAppIdNamespace()).isEqualTo(appIdNamespace);
assertThat(key.getAppId()).isEqualTo(appIdNamespace.getAppId()); // coverage
Expand Down

0 comments on commit 15c6e84

Please sign in to comment.