fix test case bug

This commit is contained in:
YongAn 2022-06-04 21:52:28 +08:00
parent e0ce51cabd
commit 7919034520
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ func TestShadowGetVar(t *testing.T) {
Age: 28,
Money: 1.5,
}
_, err = testEngine.InsertOne(&data)
_, err := testEngine.InsertOne(&data)
assert.NoError(t, err)
var msg string