Skip to content

Commit

Permalink
remove wip tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Feb 9, 2025
1 parent e7858f1 commit 4dab6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proofs/pointInTime/highResolution.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static function($assert, $start, $end, $startNanoseconds, $endNanoseconds) {
$assert->true($end->aheadOf($start));
$assert->false($start->aheadOf($end));
},
)->tag(\Innmind\BlackBox\Tag::wip);
);

yield proof(
'HighResolution::aheadOf() in same second',
Expand All @@ -36,5 +36,5 @@ static function($assert, $second, $start, $end) {
$assert->true($end->aheadOf($start));
$assert->false($start->aheadOf($end));
},
)->tag(\Innmind\BlackBox\Tag::wip);
);
};

0 comments on commit 4dab6e5

Please sign in to comment.