Skip to content

Commit

Permalink
ユニットテスト調整 (#3378)
Browse files Browse the repository at this point in the history
Co-authored-by: Đỗ Văn Hùng <[email protected]>
  • Loading branch information
HungDV2022 and dovanhung authored Apr 23, 2024
1 parent 65dbbad commit d3db48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ protected function createBlogPosts()
{
BlogPostFactory::make([
'id' => 1,
'user_id' => 1,
'blog_content_id' => 6,
'blog_category_id' => 6,
'no' => 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public function test_getViewVarsForBlogAuthorArchivesWidget()
// データを生成
$this->loadFixtureScenario(MultiSiteBlogPostScenario::class);
UserFactory::make([
'id' => BlogPostFactory::get(1)->user_id,
'id' => 1,
'name' => 'name_test',
'real_name_1' => 'real_name_1_test',
'real_name_2' => 'real_name_2_test',
Expand Down

0 comments on commit d3db48f

Please sign in to comment.