Skip to content

Commit 3f2270e

Browse files
committed
Adding [TestFixture] attributes.
1 parent b29cc5e commit 3f2270e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/HumbleConfig.Tests/KeyFormatters/KeyPostfixerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
namespace HumbleConfig.Tests.KeyFormatters
1111
{
12+
[TestFixture]
1213
public class KeyPostfixerTests
1314
{
1415
private KeyPostfixer _formatter;

src/HumbleConfig.Tests/KeyFormatters/KeyPrefixerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace HumbleConfig.Tests.KeyFormatters
66
{
7+
[TestFixture]
78
public class KeyPrefixerTests
89
{
910
private KeyPrefixer _formatter;

0 commit comments

Comments
 (0)