Skip to content

Commit

Permalink
TRUNK-3944: Fixed the build (different dataset)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jun 4, 2013
1 parent 0be5408 commit 788f17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/test/java/org/openmrs/api/ConceptServiceTest.java
Expand Up @@ -1415,7 +1415,7 @@ public void saveConceptStopWord_shouldSaveConceptStopWordAssignDefaultLocaleIsIt
conceptService.saveConceptStopWord(conceptStopWord);

List<String> conceptStopWords = conceptService.getConceptStopWords(Locale.US);
assertEquals(2, conceptStopWords.size());
assertEquals(1, conceptStopWords.size());
}

/**
Expand Down

0 comments on commit 788f17b

Please sign in to comment.