Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kecon committed Aug 6, 2023
1 parent b0dac5a commit 320d9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/se/kecon/kalbum/ContentFormatTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ void detectFileTypeMp4AsFilename() throws UnsupportedContentFormatException {
}

@Test
void detectFileTypeAsInvalid() {
void detectFileTypeAsInvalid() {
MultipartFile file = mock(MultipartFile.class);
assertThrows(UnsupportedContentFormatException.class, () -> ContentFormat.detectFileType(file));
}
Expand Down

0 comments on commit 320d9cd

Please sign in to comment.