Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Nov 9, 2023
1 parent 99e4e5c commit 9505759
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -598,17 +598,17 @@
is_expected.to eq(
[
{
title: "Reverse decision",
path: [
name: "Reverse decision",
link: [
:rollback,
:assessor_interface,
application_form,
application_form.assessment,
],
},
{
title: "Withdraw",
path: [:withdraw, :assessor_interface, application_form],
name: "Withdraw",
link: [:withdraw, :assessor_interface, application_form],
},
],
)
Expand Down

0 comments on commit 9505759

Please sign in to comment.