From bd9f00735c198cff4dfd8d1cc6f8b5c647fdf82b Mon Sep 17 00:00:00 2001 From: koko Date: Mon, 23 Oct 2023 15:57:08 -0400 Subject: [PATCH] Re-enable test UserRequests_InviteTokenThrowOnAuthenticationIssue This reverts commit 9df7686b771211ed672c2d7117900bab15e9a750. Infinite seems to be functioning normally now. --- Starnet.Tests/Integration/UserRequestTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Starnet.Tests/Integration/UserRequestTests.cs b/Starnet.Tests/Integration/UserRequestTests.cs index 3c6ff48..49cf2e5 100644 --- a/Starnet.Tests/Integration/UserRequestTests.cs +++ b/Starnet.Tests/Integration/UserRequestTests.cs @@ -69,7 +69,7 @@ await Assert.ThrowsAsync(async () => }); } - [Fact(Skip = "Infinite is running into billing issues at the moment, disabling until it comes back online.")] + [Fact] public async Task UserRequests_InviteTokenThrowOnAuthenticationIssue() { await Assert.ThrowsAsync(async () =>