Fix DictionaryTests

This commit is contained in:
Jeremy Pritts 2023-06-11 20:37:51 -04:00
parent 9b81324aee
commit b97486d527

View File

@ -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()