Skip to content

Commit eef092c

Browse files
authored
Update DeepfaceTest.php
1 parent dda9983 commit eef092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/DeepfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
it('version', function (): void {
1212
$version = $this->deepface()->version();
1313

14-
Assert::assertSame('0.0.93', $version);
14+
Assert::assertSame('0.0.98', $version);
1515
});
1616

1717
describe('verify', function (): void {

0 commit comments

Comments
 (0)