Skip to content
Snippets Groups Projects
Commit 44bf35f1 authored by Tibo's avatar Tibo
Browse files

fix client version test

parent c23fd7ba
No related branches found
No related tags found
No related merge requests found
Pipeline #1870 failed
......@@ -141,7 +141,7 @@ class ExampleTest extends TestCase
{
$server = new \App\Server();
$client_version = new \App\Sensor\ClientVersion($server);
$this->assertStringMatchesFormat('%f', $client_version->latestVersion());
$this->assertStringMatchesFormat('%d.%d.%d', $client_version->latestVersion());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment