Skip to content

Commit 4ba4e6a

Browse files
cpovirkGoogle Java Core Libraries
authored and
Google Java Core Libraries
committed
Remove redundant assertion.
RELNOTES=n/a PiperOrigin-RevId: 735380850
1 parent 882fb12 commit 4ba4e6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/test/java/com/google/common/truth/NumericComparisonTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ public void testNumericPrimitiveTypes() {
143143
for (Object actual : fortyTwosNoChar) {
144144
for (Object expected : fortyTwosNoChar) {
145145
expectFailure(whenTesting -> whenTesting.that(actual).isNotEqualTo(expected));
146-
expectFailure(whenTesting -> whenTesting.that(expected).isNotEqualTo(actual));
147146
}
148147
}
149148

0 commit comments

Comments
 (0)