Skip to content

Commit

Permalink
done to done-testing, plus is-approx.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Sep 13, 2015
1 parent b45773b commit be46a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ is %res<time>[0], 0, 'time starts at 0';
is %res<time>[*-1], 3, '... and it integrated up to the end time';

is %res<b>[0], 0, 'b starts with the right initial value';
is_approx %res<b>[*-1], 6, '... and got a roughly working result';
is-approx %res<b>[*-1], 6, '... and got a roughly working result';

# TODO: test various error conditions

done;
done-testing;

0 comments on commit be46a3f

Please sign in to comment.