Skip to content

Commit

Permalink
corrected test name
Browse files Browse the repository at this point in the history
  • Loading branch information
svettwer committed Oct 30, 2019
1 parent 4009e70 commit f9cfff1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void testNoVariableMappingPreservesPlaceholder(){
}

@Test
public void TestCallableStatementParameterAreReplacedCorrectly(){
public void testCallableStatementParameterAreReplacedCorrectly(){

//GIVEN
final String statement = "CALL someClobFunction(?,:foo)";
Expand Down

0 comments on commit f9cfff1

Please sign in to comment.