Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 35470a9

Browse files
committed
Fix misspelling
1 parent 1a0de1d commit 35470a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.OrmLite.PostgreSQL.Tests/OrmLiteExecuteProcedureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public class ServiceStackFunction
5151
}
5252

5353
[Test]
54-
[Ignore("This tests fails both on .NET and .NET Core")]
54+
[Ignore("This test fails both on .NET and .NET Core")]
5555
public void Can_execute_stored_procedure_with_array_arguments()
5656
{
5757
using (var db = OpenDbConnection())

0 commit comments

Comments
 (0)