diff --git a/wasm_test.go b/wasm_test.go
index 3b64f93caf929c4f9aee0119a2696949af945f38..38d1bdd30e9cd3efe0569afe50903b94948761af 100644
--- a/wasm_test.go
+++ b/wasm_test.go
@@ -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":     {},