Skip to content

Commit

Permalink
chore: ..
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeshanlakhani committed Feb 20, 2024
1 parent 4089386 commit ea875b6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homestar-invocation/src/invocation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ mod test {
use crate::{
authority::UcanPrf,
task::{instruction::RunInstruction, Resources},
test_utils, Unit,
test_utils,
};

#[test]
Expand Down
2 changes: 1 addition & 1 deletion homestar-invocation/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ where
#[cfg(test)]
mod test {
use super::*;
use crate::{consts::WASM_MAX_MEMORY, test_utils, Unit};
use crate::{consts::WASM_MAX_MEMORY, test_utils};

#[test]
fn ipld_roundtrip() {
Expand Down
1 change: 0 additions & 1 deletion homestar-invocation/src/task/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ impl TryFrom<Ipld> for Resources {
#[cfg(test)]
mod test {
use super::*;
use std::collections::BTreeMap;

#[test]
fn ipld_roundtrip() {
Expand Down
2 changes: 1 addition & 1 deletion homestar-invocation/src/task/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ impl<'a, T> JsonSchema for Instruction<'a, T> {
#[cfg(test)]
mod test {
use super::*;
use crate::{test_utils, Unit, DAG_CBOR};
use crate::{test_utils, DAG_CBOR};
use libipld::{
cbor::DagCborCodec,
multihash::{Code, MultihashDigest},
Expand Down
2 changes: 1 addition & 1 deletion homestar-workflow/src/workflow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mod test {
use homestar_invocation::{
authority::UcanPrf,
task::{instruction::RunInstruction, Resources},
test_utils, Unit,
test_utils,
};
use std::assert_eq;

Expand Down

0 comments on commit ea875b6

Please sign in to comment.