Skip to content

Commit 0fd8b03

Browse files
mvoriseksebastianbergmann
authored andcommitted
Fix test for improved float comparison
1 parent 5047288 commit 0fd8b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/Node/BuilderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function testSomething(): void
129129
'executablePaths' => 0,
130130
'executedPaths' => 0,
131131
'ccn' => 5,
132-
'coverage' => 55.555555555556,
132+
'coverage' => 55.55555555555556,
133133
'crap' => '7.19',
134134
'link' => 'BankAccount.php.html#2',
135135
'className' => 'BankAccount',

0 commit comments

Comments
 (0)