Skip to content

Commit 17ec3cd

Browse files
committed
rebase
1 parent a60b056 commit 17ec3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Feature/Forum/DiscussionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969

7070
// When providing a slug with invalid url characters, a random 5 character string is returned.
7171
expect($discussion->slug())->toMatch('/\w{5}/');
72-
});
72+
});

tests/Feature/Forum/ThreadTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ function createActiveThread(): Thread
187187
$reply->save();
188188

189189
return $thread;
190-
}
190+
}

0 commit comments

Comments
 (0)