Skip to content

Commit b96af0a

Browse files
committed
Fix copy-paste issue with GCF test
1 parent 95f152c commit b96af0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BinaryObjectScanner.Test/FileType/GCFTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public void DetectStream_EmptyStream_DefaultValue()
2727
var detectable = new GCF(wrapper);
2828

2929
string? actual = detectable.Detect(stream, file, includeDebug: false);
30-
Assert.Equal("AACS (Unknown Version)", actual);
30+
Assert.Equal(" - 0 (v0)", actual);
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)