提交 b6f7d30f 编写于 作者: J jianzhiyao

fix unit test

上级 4aad313d
......@@ -2099,7 +2099,7 @@ func TestTransactionIsolationLevel(t *testing.T) {
throwFail(t, AssertIs(id > 0, true))
// o2 query tag table, no result
num, err := o2.QueryTable("tag").Filter("name", "test-transaction").Count()
num, err := to2.QueryTable("tag").Filter("name", "test-transaction").Count()
throwFail(t, err)
throwFail(t, AssertIs(num, 0))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册