[LIB-10] SerialVersionUID for Serializable classes
[snooker-score-api.git] / src / test / java / org / hedgecode / snooker / json / JsonMatchTest.java
index 0895582..0fd040e 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.
@@ -36,7 +36,7 @@ public class JsonMatchTest extends AbstractJsonTest {
                 ),
                 JsonMatch[].class
         );
-        //serialize(jsonMatches[0]);
+        verifySerialize(jsonMatches[0]);
         JsonMatch expectedMatch = (JsonMatch) deserialize();
         assertNull(
                 expectedMatch,
@@ -71,7 +71,7 @@ public class JsonMatchTest extends AbstractJsonTest {
         assertEquals(expected.estimated(), actual.estimated());
         assertEquals(expected.type(), actual.type());
         assertEquals(expected.tableNo(), actual.tableNo());
-        assertEquals(expected.videoURL(), actual.videoURL());
+        assertEquals(expected.videoUrl(), actual.videoUrl());
         assertEquals(expected.initDate(), actual.initDate());
         assertEquals(expected.modDate(), actual.modDate());
         assertEquals(expected.startDate(), actual.startDate());