Update NexusApiTests.cs

This commit is contained in:
Luca 2024-05-25 18:55:01 +02:00 committed by GitHub
parent b7832ce67c
commit f36bd51414
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,3 @@
/* TODO: Fix LOGIN with automated tests
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Xunit; using Xunit;
@ -42,4 +41,3 @@ public class NexusApiTests
Assert.True(links.Length > 0); Assert.True(links.Length > 0);
} }
} }
*/