Skip to content

Commit

Permalink
fixup hil tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed May 1, 2024
1 parent ee554e5 commit 3164bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hil-test/tests/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn interrupt_handler() {
}

#[cfg(test)]
#[embedded_test::tests(executor = esp_hal::embassy::executor::thread::Executor::new())]
#[embedded_test::tests(executor = esp_hal::embassy::executor::Executor::new())]
mod tests {
use defmt::assert_eq;
use embassy_time::{Duration, Timer};
Expand Down
2 changes: 1 addition & 1 deletion hil-test/tests/uart_async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl Context {
}

#[cfg(test)]
#[embedded_test::tests(executor = esp_hal::embassy::executor::thread::Executor::new())]
#[embedded_test::tests(executor = esp_hal::embassy::executor::Executor::new())]
mod tests {
use defmt::assert_eq;

Expand Down

0 comments on commit 3164bff

Please sign in to comment.