Skip to content

Commit d32570a

Browse files
committed
Remove Dancer2::Template::Simple from tests
1 parent b597707 commit d32570a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

t/error.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ subtest 'Errors with show_stacktrace and circular references' => sub {
214214
set something_with_config => {something => config};
215215
set password => '===VERY-UNIQUE-STRING===';
216216
set innocent_thing => '===VERY-INNOCENT-STRING===';
217-
set template => 'simple';
217+
set template => 'tiny';
218218

219219
# Trigger an error that makes Dancer2::Core::Error::_censor enter an
220220
# infinite loop

t/issues/gh-1013/gh-1013.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use HTTP::Request::Common;
1515
1;
1616
};
1717

18-
set template => 'simple';
18+
set template => 'tiny';
1919

2020
get '/' => sub {
2121
template t => { hi => 'hello' },

t/log_levels.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ use HTTP::Request::Common;
3838
# Also ensure that the current log level, not the log level when the serialiser is created, is what counts.
3939
set log => 'debug';
4040
set serializer => 'JSON';
41-
set template => 'Simple';
41+
set template => 'Tiny';
4242
set session => 'Simple';
4343
set log => 'warning';
4444

0 commit comments

Comments
 (0)