We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9729080 commit c976b0aCopy full SHA for c976b0a
tests/unit/product/BillingRegistryTest.php
@@ -69,7 +69,7 @@ public function testGetBehavior(): void
69
$tariffType = new DummyTariffType();
70
$tariffTypeDefinition = new TariffTypeDefinition($tariffType);
71
$dummyBehavior = new DummyBehavior('dummy');
72
- $type = Type::anyId('overuse,lb_capacity_unit');
+ $type = Type::anyId('dummy');
73
$tariffTypeDefinition
74
->withPrices()
75
->priceType($type)
0 commit comments