Skip to content

Commit 94ad996

Browse files
committed
SDK-766: Correct test content type constant
1 parent da3a9fc commit 94ad996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/Profile/AttributeConverterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class AttributeConverterTest extends TestCase
1717
/**
1818
* Content Types.
1919
*/
20-
const CONTENT_TYPE_STRING = 0;
20+
const CONTENT_TYPE_STRING = 1;
2121
const CONTENT_TYPE_PNG = 4;
2222
const CONTENT_TYPE_JPEG = 2;
2323
const CONTENT_TYPE_MULTI_VALUE = 6;

0 commit comments

Comments
 (0)