Skip to content

Commit

Permalink
Update test to account for the new argument
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Jun 19, 2014
1 parent c5f7226 commit 652d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/shredder/03plugin_users.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Test::Deep;
use RT::Test::Shredder tests => 21;
my $test = "RT::Test::Shredder";

my @ARGS = sort qw(limit status name member_of email replace_relations no_tickets);
my @ARGS = sort qw(limit status name member_of not_member_of email replace_relations no_tickets);

use_ok('RT::Shredder::Plugin::Users');
{
Expand Down

0 comments on commit 652d153

Please sign in to comment.