Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 821f05c

Browse files
committed
Fix typo
1 parent 6a92bd8 commit 821f05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Laravel\Dusk\Browser;
66

7-
class DuskVisuakDiffTester extends VisualDiffTester
7+
class DuskVisualDiffTester extends VisualDiffTester
88
{
99
/** @var Browser */
1010
protected $browser;

src/VisualDiffServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function register()
7171
$testResolutions = $resolutions;
7272
}
7373

74-
$tester = new DuskVisuakDiffTester('', $name, $testResolutions);
74+
$tester = new DuskVisualDiffTester('', $name, $testResolutions);
7575
$tester->setBrowser($this);
7676

7777
$tester->setScreenshotOutputPath(config('visualdiff.screenshot_path'));

0 commit comments

Comments
 (0)