Skip to content

Commit

Permalink
Remove failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Oct 31, 2024
1 parent 9d50d52 commit 91dfa9a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/server/src/integration-test/postgres.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
})
})
})

0 comments on commit 91dfa9a

Please sign in to comment.