Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Feb 16, 2024
1 parent ca00da2 commit 4e0babd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void testInsert() {
Optional<FileBlobMetadata> metadata = fileUploadManager.findMetadata(id);
assertTrue(metadata.isPresent());
assertEquals("myfile.txt", metadata.get().getName());
assertEquals("text/plain", metadata.get().getContentType());
assertEquals("application/octet-stream", metadata.get().getContentType());

//

Expand Down

0 comments on commit 4e0babd

Please sign in to comment.