Skip to content

Commit

Permalink
improve testmethod name to clarify goal
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSebastian committed Oct 9, 2024
1 parent d5de950 commit a212647
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void loadedFromExternal() throws Exception {

@Test
@Transactional
void returnExistingDataWithoutImport() throws Exception {
void should_persistData_when_importedViaClient() throws Exception {
val wahlID = "wahlID";
val wahlbezirkID = "wahlbezirkID";

Expand Down

0 comments on commit a212647

Please sign in to comment.