Skip to content
Snippets Groups Projects
Commit 5afdb186 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

fix tests

parent 95beebc6
No related branches found
No related tags found
4 merge requests!60Revert "Fail a test to be sure it works",!48Finalize DM,!36project/DM,!32Admin Commands
......@@ -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(
......
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