Skip to content

Commit

Permalink
add missing TestFixture attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
chaowlert committed Dec 3, 2016
1 parent b7f50ec commit 48cd143
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Mapster.Tests/WhenMappingNullablePrimitives.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Mapster.Tests
{
[TestFixture]
public class WhenMappingNullablePrimitives
{

Expand Down
1 change: 1 addition & 0 deletions src/Mapster.Tests/WhenMappingWithDictionary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace Mapster.Tests
{
[TestFixture]
public class WhenMappingWithDictionary
{
[TearDown]
Expand Down
1 change: 1 addition & 0 deletions src/Mapster.Tests/WhenPassingRuntimeValue.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Mapster.Tests
{
[TestFixture]
public class WhenPassingRuntimeValue
{
[Test]
Expand Down

0 comments on commit 48cd143

Please sign in to comment.