Skip to content

Commit

Permalink
modified by discussion_r1501731656
Browse files Browse the repository at this point in the history
  • Loading branch information
thangnn committed Feb 26, 2024
1 parent 862f66e commit 7b8fd85
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,6 @@ public function testAdd()
);
BlogPostFactory::make(['id' => 1, 'blog_content_id' => 1])->persist();
$data = [
'id' => 1,
'no' => 1,
'status' => 1,
'name' => 'baserCMS',
];
$result = $this->BlogCommentsService->add(1, 1, $data);
Expand All @@ -291,9 +288,6 @@ public function testAdd()

// null name
$data = [
'id' => 1,
'no' => 1,
'status' => 1,
'name' => null,
];
$this->expectExceptionMessage("お名前を入力してください。");
Expand Down

0 comments on commit 7b8fd85

Please sign in to comment.