Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Oct 26, 2023
1 parent 7bf116c commit ce7dcf2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public void SerializationTests_ImmutableCollections_ArrayDefault()
{
var input = default(ImmutableArray<int>);
var output = this.fixture.Serializer.RoundTripSerializationForTesting(input);
Assert.Equal(input, output);
Assert.Equal(input.IsDefault, output.IsDefault);
}

[Fact, TestCategory("BVT"), TestCategory("ImmutableCollections"), TestCategory("Serialization")]
Expand Down

0 comments on commit ce7dcf2

Please sign in to comment.