Fix Networks Test

This commit is contained in:
Stuart Boston
2018-04-03 21:47:38 +01:00
parent 695077a1d7
commit 963dceb6bd
@@ -42,7 +42,7 @@ public class TmdbNetworksTest extends AbstractTests {
public static void setUpClass() throws MovieDbException {
doConfiguration();
instance = new TmdbNetworks(getApiKey(), getHttpTools());
TEST_IDS.add(new TestID("Fuji Television", "", 1));
TEST_IDS.add(new TestID("Fuji TV", "", 1));
TEST_IDS.add(new TestID("Sonshine Media Network International", "", 200));
}