Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Aug 30, 2024
1 parent 70708dc commit d5bc5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/api/routes/tests/misc.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ describe("run misc tests", () => {
const rowThree = rows.find(row => row.e === 3)
expect(rowThree.a).toEqual("9")
expect(rowThree.f).toEqual(["Two", "Four"])
expect(rowThree.g).toEqual(null)
expect(rowThree.g).toEqual(undefined)

const rowFour = rows.find(row => row.e === 4)
expect(rowFour.a).toEqual("13")
Expand Down

0 comments on commit d5bc5de

Please sign in to comment.