Skip to content

Commit

Permalink
feat(ubuntu_bootstrap): add nonreportableError to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Apr 12, 2024
1 parent 267db29 commit f2f5487
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ ApplicationStatus testStatus(ApplicationState state) {
confirmingTty: '',
echoSyslogId: '',
error: null,
nonreportableError: null,
eventSyslogId: 'event',
interactive: null,
logSyslogId: 'log',
Expand Down
1 change: 1 addition & 0 deletions packages/ubuntu_bootstrap/test/installer_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ extension on WidgetTester {
state: state,
confirmingTty: '',
error: null,
nonreportableError: null,
cloudInitOk: null,
interactive: interactive,
echoSyslogId: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ void main() {
confirmingTty: '',
echoSyslogId: '',
error: null,
nonreportableError: null,
eventSyslogId: '',
interactive: null,
logSyslogId: '',
Expand Down

0 comments on commit f2f5487

Please sign in to comment.