diff --git a/t/Storage.t b/t/Storage.t index 4d9b67046..a7041b7d9 100644 --- a/t/Storage.t +++ b/t/Storage.t @@ -65,7 +65,7 @@ is( $storage1->getLastError, undef, "No errors during path creation"); # #################################################### -is( $storage1->getPathFrag, 'fo/ob/foobar'); +is( $storage1->getPathFrag, 'fo/ob/foobar', 'pathFrag returns correct value'); #################################################### #