Skip to content

Commit a0f7a2f

Browse files
Fix overlay test
1 parent 41a7c88 commit a0f7a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__TESTS__/unit/actions/Overlay.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,6 @@ describe('Tests for overlay actions', () => {
191191

192192
// This is a fully functional URL that should work in the browser.
193193
// Explicitly check the resulting base64 string
194-
expect(asset.toString()).toContain(`l_fetch:aHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZGVtby9pbWFnZS91cGxvYWQvY2k=.png/${sampleTxResizePad().toString()}`);
194+
expect(asset.toString()).toContain(`l_fetch:aHR0cHM6Ly9yZXMuY2xvdWRpbmFyeS5jb20vZGVtby9pbWFnZS91cGxvYWQvY2k.png/${sampleTxResizePad().toString()}`);
195195
});
196196
});

0 commit comments

Comments
 (0)