Skip to content

Commit 38ee73b

Browse files
committed
test: make the C.JPG pass the test
1 parent e299d72 commit 38ee73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fshelper/virtualglobfs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func Test_VirtualGlobFS(t *testing.T) {
2121
},
2222
{
2323
// Also return XMP files, even on exact matches
24-
pattern: "C.jpg",
24+
pattern: "C.JPG",
2525
expected: []string{"C.JPG", "C.XMP"},
2626
expectedFSName: "TESTDATA",
2727
},

0 commit comments

Comments
 (0)