[LIB-10] SerialVersionUID for Serializable classes
[snooker-score-api.git] / src / test / java / org / hedgecode / snooker / json / JsonRankingsTest.java
index 7f1e953..fc0e7c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017. Developed by Hedgecode.
+ * Copyright (c) 2017-2020. Developed by Hedgecode.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ public class JsonRankingsTest extends AbstractJsonTest {
                         JsonRanking[].class
                 )
         );
-        //serialize(actualRankings);
+        verifySerialize(actualRankings);
         JsonRankings expectedRankings = (JsonRankings) deserialize();
         assertEquals(
                 expectedRankings,
@@ -61,4 +61,4 @@ public class JsonRankingsTest extends AbstractJsonTest {
         }
     }
 
-}
\ No newline at end of file
+}