Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 15, 2025
1 parent bd3fef9 commit 7d721db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rs-matter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ futures-lite = "2"
async-channel = "2"
static_cell = "2"
similar = "2.6"
embassy-time-queue-utils = { version = "0.1", features = ["generic-queue-64"] }

[[example]]
name = "onoff_light"
Expand Down
1 change: 1 addition & 0 deletions rs-matter/tests/common/e2e/im/echo_cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ impl TestChecker {
}

/// Get a handle to the globally unique mDNS instance
#[allow(static_mut_refs)]
pub fn get() -> Result<Arc<Mutex<Self>>, Error> {
unsafe {
INIT.call_once(|| {
Expand Down

0 comments on commit 7d721db

Please sign in to comment.