Skip to content

test: don't throw error when lib.name is null - #105

Merged
GregoryConrad merged 2 commits into
GregoryConrad:mainfrom
adil192:fix/ignore-missing-lib.name
Aug 20, 2026
Merged

test: don't throw error when lib.name is null#105
GregoryConrad merged 2 commits into
GregoryConrad:mainfrom
adil192:fix/ignore-missing-lib.name

Conversation

@adil192

@adil192 adil192 commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Adds a unit test that reproduces #103

''');

final subscription = logger.onRecord.listen((record) {
expect(record.level, lessThan(Level.SEVERE));

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: should have an expect to make sure this callback is actually invoked

@GregoryConrad
GregoryConrad merged commit 6113026 into GregoryConrad:main Aug 20, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants