We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2643ece commit 4d7f24fCopy full SHA for 4d7f24f
tests/OhDearTests/UptimeTest.php
@@ -19,6 +19,6 @@
19
20
foreach ($uptimePeriods as $uptime) {
21
expect($uptime->datetime)->toBeString();
22
- expect($uptime->uptimePercentage)->toBeInt();
+ expect($uptime->uptimePercentage)->toBeFloat();
23
}
24
});
0 commit comments