Skip to content

Commit c976b0a

Browse files
HP-1751 tiny
1 parent 9729080 commit c976b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/product/BillingRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function testGetBehavior(): void
6969
$tariffType = new DummyTariffType();
7070
$tariffTypeDefinition = new TariffTypeDefinition($tariffType);
7171
$dummyBehavior = new DummyBehavior('dummy');
72-
$type = Type::anyId('overuse,lb_capacity_unit');
72+
$type = Type::anyId('dummy');
7373
$tariffTypeDefinition
7474
->withPrices()
7575
->priceType($type)

0 commit comments

Comments
 (0)