Skip to content

Commit bbdb6f2

Browse files
committed
Corrected casing.
1 parent 6cf7144 commit bbdb6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/magick/supported-formats.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Magick } from '@src/magick';
99
describe('Magick#supportedFormats', () => {
1010
it('should have a format for all values', () => {
1111
Magick.supportedFormats.forEach(formatInfo => {
12-
expect(formatInfo.format).toNotBeUnknown(`Missing Magickformat for: ${formatInfo.description}.`);
12+
expect(formatInfo.format).toNotBeUnknown(`Missing MagickFormat for: ${formatInfo.description}.`);
1313
});
1414
});
1515

0 commit comments

Comments
 (0)