diff --git a/tests/test-files.ts b/tests/test-files.ts index 01199d2f..741b5e60 100644 --- a/tests/test-files.ts +++ b/tests/test-files.ts @@ -171,7 +171,7 @@ export class TestFiles { static readonly Profiles = { Color: { - sRGB: new TestColorProfile('tests/files/color-profiles/sRGB.icm'), + SRGB: new TestColorProfile('tests/files/color-profiles/SRGB.icm'), USWebCoatedSWOP: new TestColorProfile('tests/files/color-profiles/USWebCoatedSWOP.icc'), } }