Merge pull request #1946 from ousttrue/fix/unity_path_test

fix test
This commit is contained in:
ousttrue
2022-12-05 17:58:41 +09:00
committed by GitHub

View File

@@ -182,7 +182,7 @@ namespace UniGLTF
var assets = UnityPath.FromUnityPath("Assets");
Assert.IsFalse(assets.IsNull);
Assert.IsFalse(assets.IsUnderWritableFolder);
Assert.IsTrue(assets.IsUnderWritableFolder);
var rootChildAssets = root.Child("Assets");
Assert.AreEqual(assets, rootChildAssets);