Skip to content

Commit 7aacb96

Browse files
committed
fixed tests
1 parent 0eb1560 commit 7aacb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/Visits/VisitsTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
expect($post->visits->first()->data)
5353
->toMatchArray([
54-
'session' => request()->session()->getId(),
54+
'session' => session()->getId(),
5555
]);
5656
});
5757

0 commit comments

Comments
 (0)