diff --git a/wasm_test.go b/wasm_test.go index 1e0494dbe4f6e08ec9276aa3b984b5c245cfa7e8..3185814f71c14827254fe5cb8f852659c57ed471 100644 --- a/wasm_test.go +++ b/wasm_test.go @@ -39,7 +39,6 @@ func TestPublicFunctions(t *testing.T) { // These functions are used internally by the WASM bindings but are not // exposed - "NewEventModel": {}, "NewChannelsManagerGoEventModel": {}, "LoadChannelsManagerGoEventModel": {}, "GetDbCipherTrackerFromID": {}, @@ -50,8 +49,7 @@ func TestPublicFunctions(t *testing.T) { "GetDependencies": {}, // DM Functions these are used but not exported by - // WASM bindins, so are not exposed. - "NewDMReceiver": {}, + // WASM bindings, so are not exposed. "NewDMClientWithGoEventModel": {}, "GetDMDbCipherTrackerFromID": {},