Skip to content

Commit

Permalink
tests for sqlite bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NodudeWasTaken committed Oct 15, 2024
1 parent 9cd1e5d commit 2edc214
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/sqlite/gallery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ func Test_galleryQueryBuilder_Create(t *testing.T) {
return
}

sortGallery(&copy)
sortGallery(found)

assert.Equal(copy, *found)

return
Expand Down

0 comments on commit 2edc214

Please sign in to comment.