From c8595a497f1f6e685367a6c13c54933185b68402 Mon Sep 17 00:00:00 2001 From: Jessica Schumaker Date: Wed, 24 Jul 2019 15:20:29 -0400 Subject: [PATCH] chnaged --- .../test/java/com/microsoft/tfs/demo/ImageServiceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..c893ff8e 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 @@ -871,7 +871,7 @@ public void getGetByNameNonExistent9() { } @Test - public void testGetImages10() { + public void testGet() { List images = this.underTest.getImages(); assertNotNull(images);