Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Feb 27, 2024
1 parent 0b8f623 commit 80077fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/fingerprint/api/FingerprintApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public void getEventTest() throws ApiException {
LinkedHashMap canvasAttribute = (LinkedHashMap)response.getProducts().getRawDeviceAttributes().getData().get("canvas").getValue();
assertEquals(true, canvasAttribute.get("Winding"));
assertEquals("4dce9d6017c3e0c052a77252f29f2b1c", canvasAttribute.get("Geometry"));
assertEquals("srgb", signalResponseRawDeviceAttributes.getData().get("colorGamut").getValue());
assertEquals("p3", signalResponseRawDeviceAttributes.getData().get("colorGamut").getValue());
assertEquals(true, signalResponseRawDeviceAttributes.getData().get("cookiesEnabled").getValue());
}

Expand Down

0 comments on commit 80077fe

Please sign in to comment.