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

Commit

Permalink
Update MappingFieldsFromStoredProcedureTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Nov 12, 2021
1 parent a2e651e commit b577c6b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ public class DomainUserDto
public string Details { get; set; }
}

[NUnit.Framework.Ignore("Requires existing tables / SP at https://gist.github.com/mythz/6f336094f8dd07c22d91")]
[TestFixtureOrmLite]
public class MappingFieldsFromStoredProcedureTests : OrmLiteProvidersTestBase
{
public MappingFieldsFromStoredProcedureTests(DialectContext context) : base(context) {}

[Test]
[NUnit.Framework.Ignore("Requires existing tables / SP at https://gist.github.com/mythz/6f336094f8dd07c22d91"), Test]
public void Can_select_from_Custom_stored_procedure()
{
using (var db = OpenDbConnection())
Expand Down

0 comments on commit b577c6b

Please sign in to comment.