diff options
Diffstat (limited to 'tw_hooks/simple_test.t')
-rw-r--r-- | tw_hooks/simple_test.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tw_hooks/simple_test.t b/tw_hooks/simple_test.t index 5306a9b..b58f996 100644 --- a/tw_hooks/simple_test.t +++ b/tw_hooks/simple_test.t @@ -4,4 +4,4 @@ use warnings; use Test::Simple tests => 2; ok(2+2==4, "Addition of two numbers"); -ok(6-4==3, "Subtraction of two numbers"); +ok(6-4==2, "Subtraction of two numbers"); |