Skip to content

Commit 2fa292b

Browse files
committed
Unignore LinksTestAsync in ProjectTests, PublisherTests, and UserTests
1 parent 15c8f30 commit 2fa292b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

tests/ProjectTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ public async Task BasicPropertyTestAsync()
129129
}
130130

131131
[TestMethod]
132-
[Ignore]
133132
public async Task LinksTestAsync()
134133
{
135134
var cancellationToken = CancellationToken.None;

tests/PublisherTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public async Task BasicPropertyTestAsync()
101101
}
102102

103103
[TestMethod]
104-
[Ignore]
105104
public async Task LinksTestAsync()
106105
{
107106
var cancellationToken = CancellationToken.None;

tests/UserTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public async Task BasicPropertyTestAsync()
107107
}
108108

109109
[TestMethod]
110-
[Ignore]
111110
public async Task LinksTestAsync()
112111
{
113112
var cancellationToken = CancellationToken.None;

0 commit comments

Comments
 (0)