diff options
Diffstat (limited to 't/30-iris-const.t')
-rw-r--r-- | t/30-iris-const.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/30-iris-const.t b/t/30-iris-const.t index e8e60ae..aed46ef 100644 --- a/t/30-iris-const.t +++ b/t/30-iris-const.t @@ -37,7 +37,7 @@ $status = Travel::Status::DE::IRIS->new( ) ); -ok( defined $status->errstr, 'constructor with missing data has errstr' ); +ok( defined $status->warnstr, 'constructor with missing data has warnstr' ); $status = Travel::Status::DE::IRIS->new( iris_base => 'file:t/in', |