Skip to content

Commit

Permalink
Fix test / openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperbirch1 committed Oct 21, 2024
1 parent 7c3caad commit 76dec5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@
},
{
"name": "branch_id",
"type": "integer",
"description": "The id of the branch for which to retrieve opening hours.",
"type": "string",
"description": "The id(s) of the branch(es) for which to retrieve opening hours. Can be a single id or a comma-separated list of ids.",
"in": "query",
"required": false
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -565,4 +565,4 @@ public function assertDateEquals(?\DateTimeInterface $expected, ?\DateTimeInterf
$this->assertEquals($expected->format('Y-m-d'), $actual->format('Y-m-d'), $message ?: "Failed asserting two dates are equal.");
}

}
}

0 comments on commit 76dec5c

Please sign in to comment.