We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda9983 commit eef092cCopy full SHA for eef092c
tests/Feature/DeepfaceTest.php
@@ -11,7 +11,7 @@
11
it('version', function (): void {
12
$version = $this->deepface()->version();
13
14
- Assert::assertSame('0.0.93', $version);
+ Assert::assertSame('0.0.98', $version);
15
});
16
17
describe('verify', function (): void {
0 commit comments