Skip to content

Commit

Permalink
Fixing broken unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mariagriffin committed Oct 26, 2022
1 parent b0dd79d commit 0836a02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void testAdd() {

Object o = NumbersComplete.sum(num1,num2);
assert(o instanceof Integer);
assert(o.equals(19));
assert(o.equals(9));
}

//test subtract method
Expand Down

0 comments on commit 0836a02

Please sign in to comment.