Skip to content

Commit

Permalink
Automatic code cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661416077
  • Loading branch information
Googler authored and copybara-github committed Aug 9, 2024
1 parent cc1b8eb commit 7f5fe40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void testHashDuplication() {
"android-armeabi-v7a-fastbuild-ST-537378632435/bin/java/com/google/android/apps/gmm/navigation/ui/common/_migrated/_min_sdk_bumped/common/AndroidManifest.xml");
when(artifact2.getRelativePath())
.thenReturn(
"android-armeabi-v7a-fastbuild-ST-537378632435/bin/java/com/google/android/apps/gmm/place/timeline/common/_migrated/_min_sdk_bumped/ImpressionLoggingPropertyNode/AndroidManifest.xml");
"android-armeabi-v7a-fastbuild-ST-537378632435/bin/java/com/google/android/apps/gmm/features/place/timeline/common/_migrated/_min_sdk_bumped/ImpressionLoggingPropertyNode/AndroidManifest.xml");
assertThat(RemoteOutputsCache.getCacheKey(artifact1))
.isNotEqualTo(RemoteOutputsCache.getCacheKey(artifact2));
}
Expand Down

0 comments on commit 7f5fe40

Please sign in to comment.