Update deeplink-schema-match.test.js

This commit is contained in:
Marcos Rodriguez Vélez 2022-07-12 20:02:11 -04:00
parent 45f254ef36
commit 0dc694b62d
No known key found for this signature in database
GPG Key ID: 0D64671698D11C5C

View File

@ -65,11 +65,6 @@ describe('unit - DeepLinkSchemaMatch', function () {
);
});
it('isSafelloRedirect', () => {
assert.ok(DeeplinkSchemaMatch.isSafelloRedirect({ url: 'bluewallet:?safello-state-token=TEST' }));
assert.ok(!DeeplinkSchemaMatch.isSafelloRedirect({ url: 'bluewallet:' }));
});
it('navigationForRoute', async () => {
const events = [
{