diff options
Diffstat (limited to 't/01_validate_range.t')
-rw-r--r-- | t/01_validate_range.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01_validate_range.t b/t/01_validate_range.t index 2507c671f..a41bf34fa 100644 --- a/t/01_validate_range.t +++ b/t/01_validate_range.t @@ -214,8 +214,8 @@ PERCENT: { warning => '5%', ); my ($w, $c) = check_postgres::validate_range({ type => 'percent' }); - is $w, '5%', 'Should have warning == 5%'; - is $c, '90%', 'Should have critical == 90%'; + is $w, '5', 'Should have warning == 5%'; + is $c, '90', 'Should have critical == 90%'; } SIZEORPERCENT: { |