From 774f297561c4e5e8a2ee7f4d52f8999d93af8ee5 Mon Sep 17 00:00:00 2001 From: Jessica Schumaker Date: Tue, 23 Jul 2019 15:23:43 -0400 Subject: [PATCH] Update ImageServiceTest.java --- .../src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java b/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java index 35be98c6..bcdc271d 100644 --- a/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java +++ b/DeepSpace/src/test/java/com/microsoft/tfs/demo/ImageServiceTest.java @@ -57,7 +57,7 @@ public void testGetImages() { // Only have one of the two lines below uncommented one at a time //assertEquals(3, images.size()); // Leave this line in for no Earth - assertEquals(4, images.size()); // Uncomment this line for Earth + //assertEquals(4, images.size()); // Uncomment this line for Earth } @Test