mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-05 22:01:12 +00:00
Fix copy-paste issue with GCF test
This commit is contained in:
@@ -27,7 +27,7 @@ namespace BinaryObjectScanner.Test.FileType
|
||||
var detectable = new GCF(wrapper);
|
||||
|
||||
string? actual = detectable.Detect(stream, file, includeDebug: false);
|
||||
Assert.Equal("AACS (Unknown Version)", actual);
|
||||
Assert.Equal(" - 0 (v0)", actual);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user