Skip to content

Commit

Permalink
Removed invalid comments only
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Apr 2, 2024
1 parent baea883 commit dca9e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests-live-query.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,8 +536,8 @@ const mutsAndExpects = () => [
],
compoundOrderByWithAutoIncKey: [
{name: "A", age: 19, id: 2},
{name: "A", age: 19, mark: "x", id: 3}, // Even if cmp(["A",19],["A",19]) === 0, IDB orders implicitly by id.
{name: "A", age: 20, id: -1}, // Same here: order should implicitly be by PK last.
{name: "A", age: 19, mark: "x", id: 3},
{name: "A", age: 20, id: -1},
{name: "A", age: 20, id: 1},
{name: "C", age: 18, id: 4},
]
Expand Down

0 comments on commit dca9e5a

Please sign in to comment.