Skip to content

Commit

Permalink
Changing tests to not specify "jvm"
Browse files Browse the repository at this point in the history
  • Loading branch information
cchesser committed Apr 13, 2016
1 parent 5966784 commit dd9c2cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class SearcherTest {
@Test
public void testSearch() {
Searcher searcher = new Searcher(new ConferenceSessionLoader());
SearchResult result = searcher.search("jvm");
SearchResult result = searcher.search("clojure");
assertNotNull(result);
assertTrue(result.getResults().size() > 0);
}
Expand Down

0 comments on commit dd9c2cf

Please sign in to comment.