fix: some test

This commit is contained in:
2024-04-18 00:21:01 +02:00
parent 2edd22136f
commit c3691e7169
11 changed files with 29 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import { test, expect } from "vitest"
import { encodeFloat, decodeFloat } from "./encode"
import { encodeFloat, decodeFloat } from "./encoding"
test("encode_float", () => {
const input = 1.23;