Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 0 additions & 139 deletions src/EventStore.Core.Tests/Http/PersistentSubscription/deleting.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ public void detail_rel_href_is_correct()

[Test]
[Retry(5)]
public void has_two_rel_links()
public void has_detail_rel_link()
{
Assert.AreEqual(2,
Assert.AreEqual(1,
_json["links"].Count());
}

Expand Down
Loading
Loading