Skip to content

Commit b6b274c

Browse files
committed
Minor cleans.
1 parent e9aeec7 commit b6b274c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/ImmediateReflection.Tests/ImmediateAttributesTestsBase.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Reflection;
33
using JetBrains.Annotations;
44
using NUnit.Framework;
@@ -8,7 +8,6 @@ namespace ImmediateReflection.Tests
88
/// <summary>
99
/// Tests related to attributes.
1010
/// </summary>
11-
[TestFixture]
1211
internal class ImmediateAttributesTestsBase : ImmediateReflectionTestsBase
1312
{
1413
#region Test classes

tests/ImmediateReflection.Tests/ImmediateReflectionTestsBase.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using System.Linq;
44
using System.Reflection;
@@ -11,7 +11,6 @@ namespace ImmediateReflection.Tests
1111
/// <summary>
1212
/// Base class for unit tests.
1313
/// </summary>
14-
[TestFixture]
1514
internal class ImmediateReflectionTestsBase
1615
{
1716
protected class ProtectedNestedClass

0 commit comments

Comments
 (0)