mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 19:40:09 +00:00
15 lines
166 B
C#
15 lines
166 B
C#
using System;
|
|
using Xunit;
|
|
|
|
namespace UniTask.NetCoreTests
|
|
{
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|