Sho SHIMIZU
Committed by Gerrit Code Review

Sync the test method name with the subject class name

Change-Id: Ifb08ca64f62549fea3e183721e3bff016deb4c3c
......@@ -379,7 +379,7 @@ public class KryoSerializerTest {
}
@Test
public void testResourceKey() {
public void testResourceId() {
testSerializedEquals(Resource.discrete(DID1, P1).id());
}
......