Skip to content
Snippets Groups Projects
Commit 37cbd3a8 authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Delete auto-generated unit test

parent b63a6b3c
No related branches found
No related tags found
1 merge request!34Delete auto-generated unit test
using NUnit.Framework;
namespace SparseTransform.Tests;
public class Tests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment