Skip to content

Commit

Permalink
Add noop test.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Jul 31, 2023
1 parent 2106a2b commit 508451b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/Faithlife.LINQPad.Tests/NoopTests.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using NUnit.Framework;

namespace Faithlife.LINQPad.Tests;

[TestFixture]
public class NoopTests
{
[Test]
public void Noop()
{
}
}

0 comments on commit 508451b

Please sign in to comment.