Skip to content

Commit 71953c2

Browse files
committed
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
2 parents 9ffb9cf + ca51f9f commit 71953c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/Unit5-Writing-Classes/topic-5-4-accessor-methods.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ You've been hired to create a software system for the Awesome Animal Clinic! The
435435
}
436436
boolean passed = len >= 3;
437437
438-
getResults(expect, actual, "Checking main method prints info for 3 Pet objects", passed);
438+
getResults(expect, actual, "Checking main method prints info for Pet objects", passed);
439439
assertTrue(passed);
440440
}
441441
}

0 commit comments

Comments
 (0)