Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Sep 18, 2023
1 parent 30c8c3b commit e236460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/ImageGetEXIFMetadata.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
var img = imageRead(GetDirectoryFromPath(GetCurrentTemplatePath())&"images/BigBen.jpg");
var meta=imageGetEXIFMetadata(img);
expect(meta).toBeStruct();
expect(imeta.ColorSpace).toBe("1");
expect(meta.ColorSpace).toBe("1");
expect(meta.ExifOffset).toBe("204");
expect(meta).toHaveKey("colormodel");
expect(meta).toHaveKey("metadata");
Expand Down

0 comments on commit e236460

Please sign in to comment.