summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m')
-rw-r--r--SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m b/SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m
index c7e3d2399..16ffa8b2a 100644
--- a/SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m
+++ b/SmartDeviceLinkTests/DevAPISpecs/SDLArtworkSpec.m
@@ -32,7 +32,7 @@ describe(@"SDLArtwork", ^{
});
it(@"should correctly store format", ^{
- expect(testArtwork.fileType).to(equal(SDLFileTypeGraphicPng));
+ expect(testArtwork.fileType).to(equal(SDLFileTypeGraphicPNG));
});
it(@"should correctly store persistence", ^{
@@ -62,7 +62,7 @@ describe(@"SDLArtwork", ^{
});
it(@"should correctly store format", ^{
- expect(testArtwork.fileType).to(equal(SDLFileTypeGraphicJpeg));
+ expect(testArtwork.fileType).to(equal(SDLFileTypeGraphicJPEG));
});
it(@"should correctly store persistence", ^{