Skip to content

Commit

Permalink
Update VersionTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 12, 2024
1 parent 297439a commit 8fce2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DiffEngine.Tests/VersionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public void Immutable()
public void Management()
{
var assemblyName = typeof(ManagementQuery).Assembly.GetName();
Assert.Equal(new Version(8, 0, 0, 0), assemblyName.Version);
Assert.Equal(new Version(4, 0, 0, 0), assemblyName.Version);
}
}

Expand Down

0 comments on commit 8fce2fc

Please sign in to comment.