Skip to content

Commit

Permalink
test(rust): update trait imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DogPawHat committed Oct 3, 2023
1 parent 7b2f9da commit fe9ccc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ pub fn create_default_identity(opts: &CommandGlobalOpts) {
mod tests {
use super::*;
use crate::GlobalArgs;
use ockam_api::cli_state::StateItemTrait;
use ockam_api::cli_state::StateItemFileTrait;

#[test]
fn test_initialize() {
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_command/src/node/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn spawn_default_node(opts: &CommandGlobalOpts) {
mod tests {
use super::*;
use crate::GlobalArgs;
use ockam_api::cli_state::StateItemTrait;
use ockam_api::cli_state::StateItemFileTrait;

#[test]
fn test_initialize() {
Expand Down

0 comments on commit fe9ccc4

Please sign in to comment.