summaryrefslogtreecommitdiff
path: root/t/01conf13.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01conf13.t')
-rw-r--r--t/01conf13.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01conf13.t b/t/01conf13.t
index 2807d92..8913fd4 100644
--- a/t/01conf13.t
+++ b/t/01conf13.t
@@ -30,10 +30,10 @@ my %syntax = (
);
-my $t = new TestConfig(parameters => \%syntax,
+my $t = new TestConfig(lexicon => \%syntax,
expect => ['mandatory section [load * param] not present']);
ok($t->errors,1);
-$t = new TestConfig(parameters => \%syntax,
+$t = new TestConfig(lexicon => \%syntax,
config => [
'load.foo.param.mode' => 'rw'
]);

Return to:

Send suggestions and report system problems to the System administrator.