Skip to content

Commit 6f5177b

Browse files
fix compile
1 parent f51d674 commit 6f5177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Unit/SqlInputBindingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void TestNullConfiguration()
3131
Assert.Throws<ArgumentNullException>(() => new SqlBindingConfigProvider(null, hostIdProvider.Object, loggerFactory.Object));
3232
Assert.Throws<ArgumentNullException>(() => new SqlBindingConfigProvider(config.Object, null, loggerFactory.Object));
3333
Assert.Throws<ArgumentNullException>(() => new SqlBindingConfigProvider(config.Object, hostIdProvider.Object, null));
34-
Assert.Throws<ArgumentNullException>(() => new SqlConverter(null, logger.Object));
34+
Assert.Throws<ArgumentNullException>(() => new SqlConverter(null));
3535
Assert.Throws<ArgumentNullException>(() => new SqlGenericsConverter<string>(null, logger.Object));
3636
}
3737

0 commit comments

Comments
 (0)