Skip to content

Commit 8da1edc

Browse files
committed
make test classes public
1 parent 38512df commit 8da1edc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

StatePrinter.Tests/PerformanceTests/ManySmallObjects.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace StatePrinting.Tests.PerformanceTests
2727
{
2828
[TestFixture]
2929
[Explicit]
30-
class ManySmallObjects : PerformanceTestsBase
30+
public class ManySmallObjects : PerformanceTestsBase
3131
{
3232
const int N = 1000000;
3333

StatePrinter.Tests/PerformanceTests/PerformanceTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
namespace StatePrinting.Tests.PerformanceTests
2525
{
2626
[TestFixture]
27-
abstract class PerformanceTestsBase
27+
public abstract class PerformanceTestsBase
2828
{
2929
[SetUp]
3030
public void Setup()

0 commit comments

Comments
 (0)