Skip to content

Commit

Permalink
Change user role to spec for auths
Browse files Browse the repository at this point in the history
  • Loading branch information
EllisD-B committed Oct 1, 2024
1 parent 30d1cae commit 21fbb6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2e/fixtures/events/defaultJudgment1v2DivergentSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
},
paymentSetDate: {
},
theOverallTotal: '1580.00',
repaymentInformation: {
repaymentDue: '1580.00',
repaymentSuggestion: '3',
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/events/defaultJudgment1v2Spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
},
paymentSetDate: {
},
theOverallTotal: '1580.00',
repaymentInformation: {
repaymentDue: '1580.00',
repaymentSuggestion: '3',
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/events/defaultJudgment2v1Spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
},
paymentSetDate: {
},
theOverallTotal: '1580.00',
repaymentInformation: {
repaymentDue: '1580.00',
repaymentSuggestion: '3',
Expand Down
1 change: 1 addition & 0 deletions e2e/fixtures/events/defaultJudgmentSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ module.exports = {
},
paymentSetDate: {
},
theOverallTotal: '1580.00',
repaymentInformation: {
repaymentDue: '1580.00',
repaymentSuggestion: '3',
Expand Down

0 comments on commit 21fbb6c

Please sign in to comment.