Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2024
2 parents 9ffb9cf + ca51f9f commit 71953c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ You've been hired to create a software system for the Awesome Animal Clinic! The
}
boolean passed = len >= 3;
getResults(expect, actual, "Checking main method prints info for 3 Pet objects", passed);
getResults(expect, actual, "Checking main method prints info for Pet objects", passed);
assertTrue(passed);
}
}
Expand Down

0 comments on commit 71953c2

Please sign in to comment.