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

Commit

Permalink
Added missing Test attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamsulAmry committed Dec 8, 2012
1 parent ad0781c commit 52d299d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ServiceStack.Text.Tests/JsvTests/InheritanceTests.cs
Expand Up @@ -27,6 +27,7 @@ public TestChild(string parameter)
{ }
}

[Test]
public void Should_set_property_of_parent_class()
{
var serializer = new JsvSerializer<TestChild>();
Expand Down

0 comments on commit 52d299d

Please sign in to comment.