Skip to content

Commit

Permalink
Signed-off-by: Juan Iscar <juan.iscar@exponentiateam.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
juaismar committed Nov 19, 2020
1 parent e3a8071 commit 2392926
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,8 @@ func TestTypes(db *gorm.DB) {
Expect(result.Draw).To(Equal(62))
Expect(result.RecordsTotal).To(Equal(6))
Expect(result.RecordsFiltered).To(Equal(6))
})
})
Describe("UUID", func() {
It("returns Juan", func() {

Expand Down

0 comments on commit 2392926

Please sign in to comment.