fixing some test

This commit is contained in:
Chris Cochrun 2025-03-25 10:09:15 -05:00
parent 4500fe7bf1
commit 1ed04a1f64
6 changed files with 44 additions and 35 deletions

View file

@ -50,7 +50,7 @@ pub(crate) struct Presenter {
current_font: Font,
}
pub enum Action {
pub(crate) enum Action {
Task(Task<Message>),
None,
}