Skip to content

Commit

Permalink
Deleted a useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonia Heinen committed Mar 16, 2021
1 parent 0e64e4b commit 49e436a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions UnitTests/FrameworkTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ public void TypeTest()
Assert.AreEqual(FrameworkType.String, frw.Types[FrameworkType.String].FrameworkType);
}

[Test]
public void FuncTest()
{
Assert.AreEqual(1, frw.Functions.Count);
Assert.AreEqual(1, frw.Functions.First(f => f.Name == "Output").Parameters?.Count);
}

[Test]
public void IntegrationTest()
{
Expand Down

0 comments on commit 49e436a

Please sign in to comment.