Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa61ea commit 23251b6Copy full SHA for 23251b6
src/Scientist.Tests/Experiment/RunTests.cs
@@ -1,7 +1,6 @@
1
using System;
2
using FluentAssertions;
3
using NUnit.Framework;
4
-using NUnit.Framework.Constraints;
5
using Scientist.Exceptions;
6
7
namespace Scientist.Tests.Experiment
@@ -14,7 +13,7 @@ public class RunTests
14
13
[SetUp]
15
public void Setup()
16
{
17
- _Sut = new Experiment<string>() { PercentageEnabled = 100 };
+ _Sut = new Experiment<string> { PercentageEnabled = 100 };
18
}
19
20
[Test]
0 commit comments