1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

assert buildTime is greater than 0

This commit is contained in:
Damodar Lohani 2022-10-31 10:17:08 +00:00
parent 7989518eec
commit 24a140c3af

View file

@ -569,7 +569,7 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()));
$this->assertEquals(200, $function['headers']['status-code']);
$this->assertEquals(0, $function['body']['buildTime']);
$this->assertGreaterThan(0, $function['body']['buildTime']);
/**
* Test for FAILURE