Remove failing test.

This commit is contained in:
Sam Rose 2024-10-31 14:47:14 +00:00
parent 9d50d52a93
commit 91dfa9a378
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -277,9 +277,6 @@ describe("postgres integrations", () => {
row = await config.api.row.save(table._id!, { ...row, price: "400.00" })
expect(row.price).toBe("400.00")
row = await config.api.row.save(table._id!, { ...row, price: "400.123" })
expect(row.price).toBe("400.123")
})
})
})