Skip to content

Commit

Permalink
Add base logger output test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frezyx committed Jan 26, 2024
1 parent da2a9f5 commit 3833ecb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/talker_logger/test/talker_logger_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ void main() {
}
});
});

test('Base logger test', () {
final logger = TalkerLogger();
logger.info('Hello');
});

group('log methods LogLevel', () {
test('error', () {
_logger.error('Message');
Expand Down

0 comments on commit 3833ecb

Please sign in to comment.