Committed by
Gerrit Code Review
Sync the test method name with the subject class name
Change-Id: Ifb08ca64f62549fea3e183721e3bff016deb4c3c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -379,7 +379,7 @@ public class KryoSerializerTest { | ... | @@ -379,7 +379,7 @@ public class KryoSerializerTest { |
379 | } | 379 | } |
380 | 380 | ||
381 | @Test | 381 | @Test |
382 | - public void testResourceKey() { | 382 | + public void testResourceId() { |
383 | testSerializedEquals(Resource.discrete(DID1, P1).id()); | 383 | testSerializedEquals(Resource.discrete(DID1, P1).id()); |
384 | } | 384 | } |
385 | 385 | ... | ... |
-
Please register or login to post a comment