Skip to content

Commit 1d38503

Browse files
authored
Update Yubico.YubiKey/tests/unit/Yubico/YubiKey/VersionQualifierTests.cs
1 parent 2d03c3f commit 1d38503

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Yubico.YubiKey/tests/unit/Yubico/YubiKey/VersionQualifierTests.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ public void TestEqualsAndHashCode()
7979
Assert.Equal(qualifier1, qualifier2);
8080
Assert.Equal(qualifier1.GetHashCode(), qualifier2.GetHashCode());
8181
Assert.NotEqual(qualifier1, qualifier3);
82-
// Hash codes are not guaranteed to be different for non-equal objects,
83-
// but for these specific inputs, they likely will be.
84-
// If this assertion fails, it might not indicate a bug in GetHashCode itself,
85-
// as long as the Equals contract is maintained.
86-
// Assert.NotEqual(qualifier1.GetHashCode(), qualifier3.GetHashCode());
8782
}
8883

8984
[Fact]

0 commit comments

Comments
 (0)