We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71de8 commit de767d0Copy full SHA for de767d0
test/AdoNetCore.AseClient.Tests/Integration/OutboundParamProcedureTests.cs
@@ -30,7 +30,7 @@ public void Simple_Procedure_ShouldExecute()
30
{
31
connection.Open();
32
var cmd = connection.CreateCommand();
33
- cmd.CommandText = "sp_test_175";
+ cmd.CommandText = "sp_test_173";
34
cmd.CommandType = CommandType.StoredProcedure;
35
var total = new AseParameter()
36
0 commit comments