Skip to content

Commit

Permalink
ユニットテストの失敗を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuring committed Mar 25, 2024
1 parent e9d9b8d commit a4b95a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public function test_label()
*/
$customLink = CustomLinkFactory::make([
'name' => 'test custom link',
'title' => null,
'display_admin_list' => 1,
'status' => 1,
'custom_field' => [
Expand Down Expand Up @@ -311,4 +312,4 @@ public function test_getFields()
$this->assertEquals(2, $rs->count());
}

}
}

0 comments on commit a4b95a4

Please sign in to comment.