Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(toasters): correct typo that led to error with clear_toasts() #96

Merged
merged 3 commits into from
Sep 11, 2023

Conversation

DatGuy1
Copy link
Owner

@DatGuy1 DatGuy1 commented Sep 11, 2023

"notifierAUMI" -> "notifierAUMID". Resolves #95.

@DatGuy1 DatGuy1 self-assigned this Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #96 (44df339) into main (ada6a7d) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 44df339 differs from pull request most recent head 90f2240. Consider uploading reports for the commit 90f2240 to get more accurate results

@@           Coverage Diff           @@
##             main      #96   +/-   ##
=======================================
  Coverage   97.75%   97.75%           
=======================================
  Files          10       10           
  Lines         623      623           
  Branches       89       89           
=======================================
  Hits          609      609           
  Misses          9        9           
  Partials        5        5           
Files Changed Coverage Δ
src/windows_toasts/toasters.py 96.99% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@DatGuy1 DatGuy1 merged commit c4a78fb into main Sep 11, 2023
6 checks passed
@DatGuy1 DatGuy1 deleted the fix/clear-toasts branch September 11, 2023 21:45
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.

WindowsToaster.clear_toasts() doesn't work
1 participant