diff options
Diffstat (limited to 't')
-rw-r--r-- | t/02-JournalCtl.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/02-JournalCtl.t b/t/02-JournalCtl.t index 2fd6710..f5796a6 100644 --- a/t/02-JournalCtl.t +++ b/t/02-JournalCtl.t @@ -8,7 +8,7 @@ BEGIN { use_ok( 'AdminPanel::Shared::JournalCtl' ) || print "JournalCtl failed!\n"; } -ok( my $o = AdminPanel::Shared::JournalCtl->new(), 'create'); -ok( my $c = $o->get(), 'gets_log' ); + ok( my $o = AdminPanel::Shared::JournalCtl->new(this_boot=>1,), 'create'); + ok( my $c = $o->getLog(), 'gets_log' ); done_testing; |