diff options
Diffstat (limited to 't/29-app-raps2.t')
-rw-r--r-- | t/29-app-raps2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/29-app-raps2.t b/t/29-app-raps2.t index ddea7fa..53aa51d 100644 --- a/t/29-app-raps2.t +++ b/t/29-app-raps2.t @@ -24,7 +24,7 @@ isa_ok($r2, 'App::Raps2'); isa_ok($r2->ui(), 'App::Raps2::UI'); is_deeply( - { $r2->file_to_hash('t/in/hash') }, + $r2->file_to_hash('t/in/hash'), { key => 'value', otherkey => 'othervalue' }, 'file_to_hash works', ); |