Skip to content

Commit

Permalink
forgot to update tests >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Sep 8, 2020
1 parent d7b641a commit 27d89d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3049,7 +3049,7 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(
Assert.False(result.Success);
Assert.Equal(1, logger.ErrorMessages.Count);
logger.ErrorMessages.TryDequeue(out var errorMessage);
Assert.True(errorMessage.Contains("platform version could not be inferred"));
Assert.True(errorMessage.Contains("platform version"));
var messagesForNU1012 = result.LockFile.LogMessages.Where(m => m.Code == NuGetLogCode.NU1012);
Assert.Equal(1, messagesForNU1012.Count());
}
Expand Down

0 comments on commit 27d89d0

Please sign in to comment.