Skip to content

Commit

Permalink
Remove added TestFixture attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Jan 22, 2024
1 parent c553ccb commit 028dca6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/Lucene.Net.Tests/Util/Packed/TestEliasFanoDocIdSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ namespace Lucene.Net.Util.Packed

using DocIdSetIterator = Lucene.Net.Search.DocIdSetIterator;

[TestFixture]
public class TestEliasFanoDocIdSet : BaseDocIdSetTestCase<EliasFanoDocIdSet>
{
public override EliasFanoDocIdSet CopyOf(BitSet bs, int numBits)
Expand Down
1 change: 0 additions & 1 deletion src/Lucene.Net.Tests/Util/TestPForDeltaDocIdSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace Lucene.Net.Util
* limitations under the License.
*/

[TestFixture]
public class TestPForDeltaDocIdSet : BaseDocIdSetTestCase<PForDeltaDocIdSet>
{
public override PForDeltaDocIdSet CopyOf(BitSet bs, int length)
Expand Down
1 change: 0 additions & 1 deletion src/Lucene.Net.Tests/Util/TestTimSorter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ namespace Lucene.Net.Util
* limitations under the License.
*/

[TestFixture]
public class TestTimSorter : BaseSortTestCase
{
public TestTimSorter()
Expand Down

0 comments on commit 028dca6

Please sign in to comment.