fix CI for sqlserver

This commit is contained in:
Jinzhu 2024-06-17 11:58:13 +08:00
parent 3d09f7947f
commit 79bf7f92ed
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})