Skip to content

Commit

Permalink
Correct accidentally-removed test method attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Cannon committed Nov 21, 2019
1 parent 5b55ed8 commit 6b30aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FileCache.UnitTests/FileCacheTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void PolicySaveTest()
policy.SlidingExpiration.Should().Be(returnPolicy.SlidingExpiration);
}

[TestMethod]
public void SlidingExpirationTest()
{
_cache = new FileCache();
Expand Down

0 comments on commit 6b30aac

Please sign in to comment.