Skip to content

Commit de767d0

Browse files
author
Phillip Sanderson
committed
Fixed stored procedure name for integration test
1 parent da71de8 commit de767d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AdoNetCore.AseClient.Tests/Integration/OutboundParamProcedureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void Simple_Procedure_ShouldExecute()
3030
{
3131
connection.Open();
3232
var cmd = connection.CreateCommand();
33-
cmd.CommandText = "sp_test_175";
33+
cmd.CommandText = "sp_test_173";
3434
cmd.CommandType = CommandType.StoredProcedure;
3535
var total = new AseParameter()
3636
{

0 commit comments

Comments
 (0)