mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2026-01-12 01:18:44 +01:00
10 lines
179 B
C#
10 lines
179 B
C#
using NUnit.Framework;
|
|
|
|
internal class PathPlaceholder
|
|
{
|
|
[Test]
|
|
public void PlaceHolderTest()
|
|
{
|
|
Assert.Pass("Path tests are in a separate package.");
|
|
}
|
|
}
|