You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/PackageReferenceVersionToAttributeExtensionTests/ConvertPackageReferenceVersionElementsToAttributesCommandTests.cs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -161,8 +161,7 @@ public async Task ExecuteAsync_WithOneSelectedProject_SucceedsAsync()
161
161
this.command.Invoke(null);
162
162
163
163
// Assert
164
-
Assert.AreEqual(
165
-
"""
164
+
stringexpectedContents="""
166
165
<Project Sdk="Microsoft.NET.Sdk">
167
166
<PropertyGroup>
168
167
<TargetFramework>net8.0</TargetFramework>
@@ -171,12 +170,13 @@ public async Task ExecuteAsync_WithOneSelectedProject_SucceedsAsync()
0 commit comments