From 5afdb18648e8a835a2dafd5dc46a5ffe7f115667 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Tue, 20 Dec 2022 02:27:37 +0000
Subject: [PATCH] fix tests

---
 wasm_test.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/wasm_test.go b/wasm_test.go
index b7afa430..68cc545b 100644
--- a/wasm_test.go
+++ b/wasm_test.go
@@ -49,10 +49,11 @@ func TestPublicFunctions(t *testing.T) {
 		"GetGitVersion":   {},
 		"GetDependencies": {},
 
-		// DM Functions -- temporarily not implemented
+		// DM Functions these are used but not exported by
+		// WASM bindins, so are not exposed.
 		"NewDMReceiver":               {},
-		"NewDMClient":                 {},
 		"NewDMClientWithGoEventModel": {},
+		"GetDMDbCipherTrackerFromID":  {},
 	}
 	wasmFuncs := getPublicFunctions("wasm", t)
 	bindingsFuncs := getPublicFunctions(
-- 
GitLab