Skip to content

Commit

Permalink
Improve test method name
Browse files Browse the repository at this point in the history
Co-authored-by: Károly Erdős <[email protected]>
  • Loading branch information
upendrakumbham and ke4 authored Dec 5, 2024
1 parent da7062e commit d353670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void anatomogramDoesNotExistForValidExperiment() {
}

@Test
void getEmptyDefaultPlotMethodAndParamsForTheInvalidExperiment() {
void givenInvalidExperiment_thenReturnsEmptyDefaultPlotMethodAndParams() {
when(cellPlotServiceMock.fetchDefaultPlotMethodWithParameterisation("FooBar"))
.thenReturn(ImmutableMap.of());

Expand Down

0 comments on commit d353670

Please sign in to comment.