X-Git-Url: https://git.hedgecode.org/?p=snooker-score-api.git;a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fhedgecode%2Fsnooker%2Fapi%2FSeasonTest.java;h=545f183daacb7f1ef3d60409aeed0e3aff2b2730;hp=0c618afba3165d2aeff86d1772b3cf9112f9378a;hb=c11496ee81ceb8b465ef17b028a3cf7ed6567a8b;hpb=edb206228987f506c5dc7a20585537b71f7a2e9d diff --git a/src/test/java/org/hedgecode/snooker/api/SeasonTest.java b/src/test/java/org/hedgecode/snooker/api/SeasonTest.java index 0c618af..545f183 100644 --- a/src/test/java/org/hedgecode/snooker/api/SeasonTest.java +++ b/src/test/java/org/hedgecode/snooker/api/SeasonTest.java @@ -48,7 +48,7 @@ public class SeasonTest extends Assert { } assertEquals( Season.ALL, - Season.getSeason(-1) + Season.getSeason(Season.ALL_SEASONS) ); }