Skip to content

Commit

Permalink
fix typo (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher authored and joel-costigliola committed Dec 8, 2016
1 parent 8ff8588 commit f3d8a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/assertj/core/error/ShouldBeEqual.java
Expand Up @@ -92,7 +92,7 @@ public static AssertionErrorFactory shouldBeEqual(Object actual, Object expected
* {@link #expected} description in case their string representation are the same (like 42 float and 42 double).
* <p>
* If JUnit 4 is in the classpath and the description is standard (no comparator was used and {@link #actual} and
* {@link #expected} string representation were differents), this method will instead create a
* {@link #expected} string representation were different), this method will instead create a
* org.junit.ComparisonFailure that highlights the difference(s) between the expected and actual objects.
* </p>
* {@link AssertionError} stack trace won't show AssertJ related elements if {@link Failures} is configured to filter
Expand Down
Expand Up @@ -20,7 +20,7 @@
import org.assertj.core.util.introspection.IntrospectionError;
import org.junit.Test;

public class Filter_on_differents_properties_Test extends AbstractTest_filter {
public class Filter_on_different_properties_Test extends AbstractTest_filter {

@Test
public void should_filter_iterable_elements_on_different_properties() {
Expand Down

0 comments on commit f3d8a37

Please sign in to comment.