Skip to content

Commit

Permalink
Revert using UniTask
Browse files Browse the repository at this point in the history
  • Loading branch information
nowsprinting committed Jan 5, 2025
1 parent e213305 commit 1e50aeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/RuntimeInternals/SceneManagerHelperTest.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// Copyright (c) 2023-2025 Koji Hasegawa.
// Copyright (c) 2023-2024 Koji Hasegawa.
// This software is released under the MIT License.

using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Cysharp.Threading.Tasks;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
Expand Down

0 comments on commit 1e50aeb

Please sign in to comment.