diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-21 17:53:08 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-21 17:53:08 +0100 |
commit | 2f3388de9ee449080febabd47876620c82d56895 (patch) | |
tree | 90e58bd544c17e601ef1adf1dce02a2b824c298a /t/app/model/problem.t | |
parent | 324a85f188dab366102ef30976c5c6192a070047 (diff) |
unconfirmed is not really an open state
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 43f15dbde..e7c9d79bb 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -155,7 +155,7 @@ for my $test ( for my $test ( { state => 'unconfirmed', - is_open => 1, + is_open => 0, }, { state => 'confirmed', |