Skip to content
Snippets Groups Projects
Commit 37e181f0 authored by Jono Wenger's avatar Jono Wenger
Browse files

Fix tests

parent d228bde2
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
......@@ -42,6 +42,11 @@ func TestPublicFunctions(t *testing.T) {
"NewEventModel": {},
"NewChannelsManagerGoEventModel": {},
"LoadChannelsManagerGoEventModel": {},
// Version functions were renamed to differentiate between WASM and
// client versions
"GetGitVersion": {},
"GetDependencies": {},
}
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