1
0
Fork 0
mirror of synced 2024-07-06 23:21:05 +12:00

assert buildTime is greater than 0

(cherry picked from commit 24a140c3af)
This commit is contained in:
Damodar Lohani 2022-10-31 10:17:08 +00:00 committed by Jake Barnby
parent 11f3474cb8
commit a97a476296
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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