Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Oct 6, 2023
1 parent f745027 commit 5e3b676
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions database/gorm/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ func (s *QueryTestSuite) TestCreate() {

func (s *QueryTestSuite) TestCursor() {
for driver, query := range s.queries {
//if driver == ormcontract.DriverMysql {
s.Run(driver.String(), func() {
user := User{Name: "cursor_user", Avatar: "cursor_avatar", Address: &Address{Name: "cursor_address"}, Books: []*Book{
{Name: "cursor_book"},
Expand Down Expand Up @@ -811,7 +810,6 @@ func (s *QueryTestSuite) TestCursor() {
s.Equal(1, addressNum)
s.Equal(1, bookNum)
})
//}
}
}

Expand Down

0 comments on commit 5e3b676

Please sign in to comment.