diff --git a/go.mod b/go.mod
index b43e1c5f3541c3f28085ead5d36e79c912565dc2..fa4d9aebca59a02cff9a34d8974f62fdfa226eab 100644
--- a/go.mod
+++ b/go.mod
@@ -71,7 +71,7 @@ require (
 	github.com/tyler-smith/go-bip39 v1.1.0 // indirect
 	github.com/zeebo/blake3 v0.2.3 // indirect
 	gitlab.com/elixxir/bloomfilter v0.0.0-20230322223210-fa84f6842de8 // indirect
-	gitlab.com/elixxir/comms v0.0.4-0.20230613220741-7de1d2ca4a1c // indirect
+	gitlab.com/elixxir/comms v0.0.4-0.20230718154315-08043221466a // indirect
 	gitlab.com/elixxir/ekv v0.3.1-0.20230620180825-838848b00f19 // indirect
 	gitlab.com/xx_network/comms v0.0.4-0.20230214180029-5387fb85736d // indirect
 	gitlab.com/xx_network/ring v0.0.3-0.20220902183151-a7d3b15bc981 // indirect
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":  {},