Skip to content

Commit

Permalink
fix: TM responsibilities should show surrender under consideration (d…
Browse files Browse the repository at this point in the history
…vsa/olcs-backend#158)

* fix: TM responsibilities should show surrender under consideration

* fix: Unit test
  • Loading branch information
wadedvsa authored Apr 30, 2024
1 parent 58df76c commit b7c6ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ public function handleQuery(QueryInterface $query)
[
Licence::LICENCE_STATUS_VALID,
Licence::LICENCE_STATUS_SUSPENDED,
Licence::LICENCE_STATUS_CURTAILED
Licence::LICENCE_STATUS_CURTAILED,
Licence::LICENCE_STATUS_SURRENDER_UNDER_CONSIDERATION,
]
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ public function testHandleQuery()
[
Licence::LICENCE_STATUS_VALID,
Licence::LICENCE_STATUS_SUSPENDED,
Licence::LICENCE_STATUS_CURTAILED
Licence::LICENCE_STATUS_CURTAILED,
Licence::LICENCE_STATUS_SURRENDER_UNDER_CONSIDERATION,
]
)
->once()
Expand Down

0 comments on commit b7c6ce8

Please sign in to comment.