Skip to content

Commit 788f17b

Browse files
committedJun 4, 2013
TRUNK-3944: Fixed the build (different dataset)
1 parent 0be5408 commit 788f17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎api/src/test/java/org/openmrs/api/ConceptServiceTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ public void saveConceptStopWord_shouldSaveConceptStopWordAssignDefaultLocaleIsIt
14151415
conceptService.saveConceptStopWord(conceptStopWord);
14161416

14171417
List<String> conceptStopWords = conceptService.getConceptStopWords(Locale.US);
1418-
assertEquals(2, conceptStopWords.size());
1418+
assertEquals(1, conceptStopWords.size());
14191419
}
14201420

14211421
/**

0 commit comments

Comments
 (0)
Please sign in to comment.