Fix copy-paste issue with GCF test

This commit is contained in:
Matt Nadareski
2026-03-17 14:36:49 -04:00
parent 95f152c105
commit b96af0a3c2

View File

@@ -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);
}
}
}