Skip to content

Commit

Permalink
refactor: tests cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edytapawlak committed Apr 10, 2024
1 parent a5342cc commit 8609a76
Show file tree
Hide file tree
Showing 6 changed files with 196 additions and 537 deletions.
2 changes: 0 additions & 2 deletions components/controller/src/identifier/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use std::{collections::HashSet, sync::Arc};
#[cfg(test)]
mod test_watcher;

use keri_core::{
actor::prelude::SelfAddressingIdentifier,
Expand Down
329 changes: 0 additions & 329 deletions components/controller/src/identifier/test_watcher.rs

This file was deleted.

1 change: 1 addition & 0 deletions components/watcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ serde_json = "1.0"

[dev-dependencies]
keri-controller = { path = "../controller" }
witness = { path = "../witness" }
futures = { version = "0.3.13" }
tempfile = { version = "3.1" }
async-std = { version = "1.12.0", features = ["attributes"] }
Loading

0 comments on commit 8609a76

Please sign in to comment.