Skip to content

Commit

Permalink
fix CI for sqlserver
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jun 17, 2024
1 parent 3d09f79 commit 79bf7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/joins_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ func TestJoinsPreload_Issue7013_NoEntries(t *testing.T) {
assert.NoError(t,
DB.Debug().Preload("Manager.Team").
Joins("Manager.Company").
Where("false").
Where("1 <> 1").
Find(&entries).Error)
})

Expand Down

0 comments on commit 79bf7f9

Please sign in to comment.