Skip to content

Commit

Permalink
rename test to avoid naming conflict #8891
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 19, 2022
1 parent 93c7347 commit c554ecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public void testDetermineFileTypeByName() {
}

@Test
public void testDetermineFileTypeFromName() {
public void testDetermineFileTypeFromNameLocalFile() {
//Verify that name of the local file isn't used in determining the type (as we often use *.tmp when the real name has a different extension)
try {
File file = File.createTempFile("empty", "png");
Expand Down

0 comments on commit c554ecc

Please sign in to comment.