Skip to content

Commit

Permalink
Merge pull request #54 from JakeWharton/jakew/binds-elements/2019-02-15
Browse files Browse the repository at this point in the history
Enable elements into set via binds test for reflect backend
  • Loading branch information
JakeWharton committed Feb 16, 2019
2 parents ad489d7 + f82e960 commit 496df02
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public static Object[] parameters() {
}

@Test public void bindElementsIntoSet() {
ignoreReflectionBackend();

BindsElementsIntoSet component = backend.create(BindsElementsIntoSet.class);
assertThat(component.strings()).containsExactly("foo");
}
Expand Down

0 comments on commit 496df02

Please sign in to comment.