提交 4e99985d 编写于 作者: N Nick Craver

Fix unit tests

上级 8bc2f8c1
......@@ -1090,7 +1090,7 @@ public void Test_AddDynamicParametersRepeatedIfParamTypeIsDbStiringShouldWork()
args.AddDynamicParams(new { Foo = foo });
args.AddDynamicParams(new { Foo = foo });
int i = connection.Query<int>("select @Foo", args).Single();
i.IsEqualTo(123);
Assert.Equal(123, i);
}
[Fact]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册