fix
This commit is contained in:
parent
5c957acce4
commit
efc36dec89
|
@ -702,7 +702,7 @@ func TestSyncWithOptions(t *testing.T) {
|
||||||
result, err = testEngine.SyncWithOptions(xorm.SyncOptions{IgnoreConstrains: true}, &SyncWithOpts2{})
|
result, err = testEngine.SyncWithOptions(xorm.SyncOptions{IgnoreConstrains: true}, &SyncWithOpts2{})
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.NotNil(t, result)
|
assert.NotNil(t, result)
|
||||||
indices = getIndicesOfBeanFromDB(t, &SyncWithOpts1{})
|
indices := getIndicesOfBeanFromDB(t, &SyncWithOpts1{})
|
||||||
assert.Len(t, indices, 2)
|
assert.Len(t, indices, 2)
|
||||||
assert.ElementsMatch(t, []string{"ttt", "index"}, getKeysFromMap(indices))
|
assert.ElementsMatch(t, []string{"ttt", "index"}, getKeysFromMap(indices))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue