Skip to content

Commit a209f47

Browse files
committed
Composer update + Timestamp test update
1 parent a9521a5 commit a209f47

File tree

2 files changed

+51
-48
lines changed

2 files changed

+51
-48
lines changed

composer.lock

Lines changed: 50 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/functional/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public function testTimestampWithInvalidHash(Client $client)
245245
public function testTimestamp(Client $client)
246246
{
247247
$timestamp = $client->timestamp(\hash_file('sha256', __FILE__));
248-
$this->assertSame(\strlen($timestamp), 2788);
248+
$this->assertSame(\strlen($timestamp), 2792);
249249
}
250250

251251
/**

0 commit comments

Comments
 (0)