Skip to content

Commit

Permalink
Merge pull request #5 from tvd12/version-1.1.2-update
Browse files Browse the repository at this point in the history
update Asserts
  • Loading branch information
tvd12 authored Oct 30, 2021
2 parents 9560ef8 + 7d2bc76 commit dec6c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/tvd12/test/assertion/Asserts.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ public static boolean assertNotEquals(Object actual, Object expected) {
return assertNotEquals(actual, expected, true);
}

public static boolean assertNotEquals(Object actual,
public static boolean assertNotEquals(
Object actual,
Object expected,
boolean mustEqualsType
) {
Expand Down

0 comments on commit dec6c4b

Please sign in to comment.