diff --git a/tests/Tgstation.Server.Tests/AdministrationTest.cs b/tests/Tgstation.Server.Tests/AdministrationTest.cs index 92ac5b0216..f3fb7c1155 100644 --- a/tests/Tgstation.Server.Tests/AdministrationTest.cs +++ b/tests/Tgstation.Server.Tests/AdministrationTest.cs @@ -29,7 +29,7 @@ namespace Tgstation.Server.Tests { var logs = await client.ListLogs(cancellationToken); Assert.AreNotEqual(0, logs.Count); - var logFile = logs.Single(); + var logFile = logs.First(); Assert.IsNotNull(logFile); Assert.IsFalse(String.IsNullOrWhiteSpace(logFile.Name)); Assert.IsNull(logFile.Content);