tau
tau copied to clipboard
[monkey] Fixing skiped tests
Some tests in mokey are being skipped. the solution is quite simple. In: https://github.com/taubyte/tau/blob/8bf90b9e609b4f893ac5a3bd9eca2197145c31ca/services/monkey/fixtures/compile/function_w_test.go#L20
u.RunFixture("compileFor",...) is actually not building the wasm file but rather using a pushed version that is old and not compatible. That also goes against the test itself which is suppose to test the build.
I think along a refactor done dome time ago, the behavior of compileFor was modified causing the issue.