Skip to content

Commit defe567

Browse files
committed
fix: update test
1 parent c5a3b59 commit defe567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Actions/GetItemPathActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function test_it_returns_the_item_path(): void
1919
);
2020
$this->assertSame(
2121
'0.name',
22-
$action->execute('0.', 'name')
22+
$action->execute('0', 'name')
2323
);
2424
}
2525
}

0 commit comments

Comments
 (0)