Skip to content

Commit

Permalink
one more try with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Feb 19, 2024
1 parent 056f940 commit 6b7bf2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/unit/NextStepUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ describe('libs/NextStepUtils', () => {
text: ' to ',
},
{
text: 'review',
text: 'pay',
type: 'strong',
},
{
Expand Down Expand Up @@ -472,12 +472,13 @@ describe('libs/NextStepUtils', () => {

test('another owner', () => {
report.ownerAccountID = strangeAccountID;
optimisticNextStep.title = 'Next Steps:';
optimisticNextStep.message = [
{
text: 'Waiting for ',
},
{
text: strangeEmail,
text: 'you',
type: 'strong',
},
{
Expand Down

0 comments on commit 6b7bf2b

Please sign in to comment.