Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23251b6

Browse files
committed
Tidy up of RunTests
1 parent 5fa61ea commit 23251b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Scientist.Tests/Experiment/RunTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using FluentAssertions;
33
using NUnit.Framework;
4-
using NUnit.Framework.Constraints;
54
using Scientist.Exceptions;
65

76
namespace Scientist.Tests.Experiment
@@ -14,7 +13,7 @@ public class RunTests
1413
[SetUp]
1514
public void Setup()
1615
{
17-
_Sut = new Experiment<string>() { PercentageEnabled = 100 };
16+
_Sut = new Experiment<string> { PercentageEnabled = 100 };
1817
}
1918

2019
[Test]

0 commit comments

Comments
 (0)