Skip to content

Commit bb4dfa7

Browse files
committed
fix cs
1 parent 1fce65b commit bb4dfa7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/unit/elements/product/ProductGetVariantsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ public function testGetVariantsNullableIncludeDisabled(?bool $includeDisabled, b
236236
$internalVariants = $variantsProperty->getValue($product);
237237
self::assertInstanceOf(VariantCollection::class, $internalVariants);
238238
self::assertCount(2, $internalVariants, '_variants must retain all variants regardless of the filter applied');
239-
240239
} finally {
241240
// Clean up so the controller state does not leak into subsequent tests
242241
Craft::$app->controller = $originalController;

0 commit comments

Comments
 (0)