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

Commit

Permalink
Remove outdated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Nov 25, 2015
1 parent 5479e45 commit 9007bb2
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Stormpath.SDK/Stormpath.SDK.Tests/Impl/DefaultCustomData_tests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,20 +357,6 @@ public void IsEmptyOrDefault_returns_false_for_nonreserved_keys()
customData.IsEmptyOrDefault().ShouldBeFalse();
}

[Fact]
public void Count_ignores_reserved_keys()
{
var instanceData = new Dictionary<string, object>()
{
{ "href", "http://foo/bar" },
{ "createdAt", DateTimeOffset.UtcNow },
{ "modifiedAt", DateTimeOffset.UtcNow }
};
var customData = GetInstance(instanceData);

customData.Count.ShouldBe(0);
}

[Fact]
public void Count_ignores_pending_deleted_items()
{
Expand Down

0 comments on commit 9007bb2

Please sign in to comment.