Skip to content

Commit cfa698b

Browse files
committedJan 28, 2014
Doing some formatting
1 parent 2515d9b commit cfa698b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎api/src/test/java/org/openmrs/api/db/hibernate/AuditableInterceptorTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public void onSave_shouldPopulateCreatorForPersonIfNull() {
278278
Assert.assertNotNull(person.getCreator());
279279
Assert.assertNotNull(person.getPersonCreator());
280280
}
281-
281+
282282
@Test
283283
public void onSave_shouldPopulatePersonChangedByandPersonDateChangedIfPersonAlreadyExists() throws Exception {
284284
Person person = Context.getPersonService().getPerson(1);
@@ -293,7 +293,7 @@ public void onSave_shouldPopulatePersonChangedByandPersonDateChangedIfPersonAlre
293293
Assert.assertNotNull(person.getPersonChangedBy());
294294
Assert.assertNotNull(person.getPersonDateChanged());
295295
}
296-
296+
297297
private Person createPersonWithNameAndAddress() {
298298
Person person = new Person();
299299
person.setGender("M");

0 commit comments

Comments
 (0)
Please sign in to comment.