Skip to content

Commit 43f3d8d

Browse files
committed
Fixed a wrong tag name.
1 parent c8513b3 commit 43f3d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CPMDBTests/TestSuites/Filter/ModFilteringTests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace CPMDBTests\TestSuites\Indexing;
66

7+
use CPMDB\Mods\Tags\Types\Earring;
78
use CPMDB\Mods\Tags\Types\Earrings;
89
use CPMDB\Mods\Tags\Types\Jewelry;
910
use CPMDB\Mods\Tags\Types\MaleV;
@@ -28,7 +29,7 @@ public function test_filterByMultipleTags() : void
2829
{
2930
$filters = $this->createCollection()
3031
->createFilter()
31-
->selectTags(array(Earrings::TAG_NAME, MaleV::TAG_NAME));
32+
->selectTags(array(Earring::TAG_NAME, MaleV::TAG_NAME));
3233

3334
$this->assertResultsContainPrimaryID('clothing.salander-earplugs', $filters);
3435
}

0 commit comments

Comments
 (0)