fix tests #235
tests-and-checks.yml
on: push
Install deps, build required package, typecheck, lint and test
2m 7s
Annotations
2 errors and 1 warning
test/utils/base58.test.ts > base58 > should be able to encoded a UUID to base58 and then decode it back to its original UUID:
packages/hypergraph/test/utils/base58.test.ts#L12
AssertionError: expected 'xK4gW1oygdF4tcTqWPaZB' to have a length of 22 but got 21
- Expected
+ Received
- 22
+ 21
❯ test/utils/base58.test.ts:12:21
|
Install deps, build required package, typecheck, lint and test
Process completed with exit code 1.
|
Install deps, build required package, typecheck, lint and test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|