Skip to content

Commit

Permalink
Update talker_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Aug 5, 2023
1 parent 63007cb commit 5da0a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/talker/test/talker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void main() {

test('Handle exception with logs enabled', () {
talker.configure(
settings: TalkerSettings(useConsoleLogs: false),
settings: TalkerSettings(),
logger: TalkerLogger(
output: (message) {},
),
Expand Down

0 comments on commit 5da0a8c

Please sign in to comment.