Skip to content

Commit

Permalink
Merge pull request #20 from salikjan/19
Browse files Browse the repository at this point in the history
#19 removed unused code
  • Loading branch information
amihaiemil committed Jan 11, 2017
2 parents 950d9ad + 3f5b124 commit 06995f6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/com/amihaiemil/camel/ScalarTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ public void equalsAndHashCode() {
val
);

final Scalar<String> nullScalar = new Scalar<String>(
Arrays.asList(Mockito.mock(AbstractNode.class)),
null
);

MatcherAssert.assertThat(firstScalar, Matchers.equalTo(secondScalar));
MatcherAssert.assertThat(secondScalar, Matchers.equalTo(firstScalar));

Expand Down

0 comments on commit 06995f6

Please sign in to comment.