Skip to content

Commit 3c1cf7e

Browse files
committed
chore(tests): update string
1 parent a858026 commit 3c1cf7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/frameworks/laravel/mock_horizon_exception_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class HorizonCommand {
1212
public function handle() {
1313
echo "handle function\n";
14-
throw new \Exception("Error occurred");
14+
throw new \Exception("Exception occurred");
1515
}
1616
}
1717
}

tests/integration/frameworks/laravel/mock_supervisor_exception_path.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class SupervisorCommand {
1212
public function handle() {
1313
echo "handle function\n";
14-
throw new \Exception("Error occurred");
14+
throw new \Exception("Exception occurred");
1515
}
1616
}
1717
}

0 commit comments

Comments
 (0)