Skip to content

Commit

Permalink
Fix import causing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleragreen committed Sep 14, 2023
1 parent 82dfb0f commit fde5748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ mod api_tests {
use crate::deps::mime;
use crate::fetcher::Feed;
use crate::scheduler_interface::{SchedulerInterface, TaskSender};
use tulsa::model::AsyncTask;
use tulsa::AsyncTask;

use super::*;
use axum::{
Expand Down

0 comments on commit fde5748

Please sign in to comment.