Skip to content

Commit

Permalink
Add new exception id to DashboardWorkflowTest
Browse files Browse the repository at this point in the history
  • Loading branch information
GALCF authored Oct 17, 2024
1 parent 864071e commit 207f0d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Feature/DashboardWorkflowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public function testIndexNone()
'exceptions',
1,
fn (AssertableJson $exception) => $exception
->whereType('id', 'integer')
->whereType('code', 'string')
->whereType('exception', 'string')
->where('class', 'Activity2Class')
Expand Down

0 comments on commit 207f0d0

Please sign in to comment.