mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Fix DictionaryTests
This commit is contained in:
parent
9b81324aee
commit
b97486d527
@ -1,6 +1,6 @@
|
||||
using AssetRipper.Assets.Generics;
|
||||
using AssetRipper.Primitives;
|
||||
using AssetRipper.SourceGenerated.Subclasses.FastPropertyName;
|
||||
using AssetRipper.SourceGenerated.Subclasses.Utf8String;
|
||||
|
||||
namespace AssetRipper.Tests
|
||||
{
|
||||
@ -62,10 +62,7 @@ namespace AssetRipper.Tests
|
||||
});
|
||||
}
|
||||
|
||||
private static Utf8String Cast(string str)
|
||||
{
|
||||
return new() { String = str };
|
||||
}
|
||||
private static Utf8String Cast(string str) => str;
|
||||
|
||||
[Test]
|
||||
public void FastPropertyNameDictionaryTests()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user