[LIB-10] SerialVersionUID for Serializable classes
[snooker-score-api.git] / src / test / java / org / hedgecode / snooker / json / JsonSeedingTest.java
index d65fc18..5140b71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017-2019. 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.
@@ -36,7 +36,7 @@ public class JsonSeedingTest extends AbstractJsonTest {
                 ),
                 JsonSeeding[].class
         );
-        //serialize(jsonSeedings[0]);
+        verifySerialize(jsonSeedings[0]);
         JsonSeeding expectedSeeding = (JsonSeeding) deserialize();
         assertNull(
                 expectedSeeding,
@@ -55,4 +55,4 @@ public class JsonSeedingTest extends AbstractJsonTest {
         assertEquals(expected.seeding(), actual.seeding());
     }
 
-}
\ No newline at end of file
+}