Skip to content

Commit

Permalink
updated testcase name
Browse files Browse the repository at this point in the history
Signed-off-by: Divit Rawal <[email protected]>
  • Loading branch information
divitr committed Oct 29, 2023
1 parent d2b7758 commit ec647c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void train_NullInput() {
}

@Test
public void train_NullTrainable() {
public void testTrainNullTrainable() {
exceptionRule.expect(IllegalArgumentException.class);
MLInput mlInput = Mockito.mock(MLInput.class);
when(mlInput.getAlgorithm()).thenReturn(FunctionName.LINEAR_REGRESSION);
Expand Down

0 comments on commit ec647c5

Please sign in to comment.