Skip to content
Snippets Groups Projects
Commit 62f2afab authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix wasm test

parent 03d26095
No related branches found
No related tags found
3 merge requests!60Revert "Fail a test to be sure it works",!21added optional db encryption,!20Create JS bindings for ChannelDbCipher
......@@ -25,10 +25,9 @@ func TestPublicFunctions(t *testing.T) {
// not implemented.
excludeList := map[string]struct{}{
// Notifications are not available in the browser
"GetNotificationsReport": {},
"RegisterForNotifications": {},
"UnregisterForNotifications": {},
"GetChannelDbCipherTrackerFromID": {},
"GetNotificationsReport": {},
"RegisterForNotifications": {},
"UnregisterForNotifications": {},
// UD not available in the browser
"IsRegisteredWithUD": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment