fix namespace

This commit is contained in:
Masataka SUMI
2024-05-21 12:30:59 +09:00
parent 551ad8e3f2
commit 90c9f99e3f

View File

@@ -1,9 +1,7 @@
using System.Threading.Tasks;
using NUnit.Framework;
using UniVRM10;
using NUnit.Framework;
using VRMShaders;
namespace VRM10.Tests
namespace UniVRM10.Test
{
public sealed class Vrm10ApiTests
{