From 522504916b63db21376ce19df135aa708f4cccee Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 21 Dec 2022 00:11:55 +0000 Subject: [PATCH] fix: namespace import --- src/Expectation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Expectation.php b/src/Expectation.php index 95b9b53f..8283a870 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -6,7 +6,7 @@ namespace Pest; use BadMethodCallException; use Closure; -use Pest\Arch\Conctracts\ArchExpectation; +use Pest\Arch\Contracts\ArchExpectation; use Pest\Arch\Expectations\ToDependOn; use Pest\Arch\Expectations\ToDependOnNothing; use Pest\Arch\Expectations\ToOnlyDependOn;