Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1383 from duckduckgo/mattr/ducksay-safe-tests
Browse files Browse the repository at this point in the history
Ducksay: fix tests
  • Loading branch information
Jag Talon committed Dec 31, 2014
2 parents 3b4782d + e6bdc96 commit acfe23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/DuckSay.t
Expand Up @@ -24,13 +24,13 @@ ddg_spice_test(
'ducksay hello world!' => test_spice(
'/js/spice/duck_say/',
call_type => 'self',
is_unsafe => 1,
is_unsafe => 0,
caller => 'DDG::Spice::DuckSay'
),
'daxsays hello world!' => test_spice(
'/js/spice/duck_say/',
call_type => 'self',
is_unsafe => 1,
is_unsafe => 0,
caller => 'DDG::Spice::DuckSay'
)
);
Expand Down

0 comments on commit acfe23b

Please sign in to comment.