Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak committed Oct 11, 2022
1 parent df37e71 commit 98ad856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void shouldExecuteObsValueCalculatorFromApplicationDataDirectory() throws
}

@Test
public void shouldLoadpplicationDataDirectoryPath() throws Throwable {
public void shouldLoadApplicationDataDirectoryPath() throws Throwable {
PowerMockito.mockStatic(OpenmrsUtil.class);
String path = getClass().getClassLoader().getResource("").getPath();
// remove the trailing "/"
Expand Down

0 comments on commit 98ad856

Please sign in to comment.