Skip to content

Commit

Permalink
bit of cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Sep 1, 2023
1 parent bcb3b98 commit 693415f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions common/src/signal_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ mod signal_store_tests {
const ID: &str = "id";
const INCOMING: &str = "incoming";

// Note that everything in this signal is different compared to original_signal
// (except the id)
let incoming_signal = Signal {
id: ID.to_string(),
value: Some(INCOMING.to_string()),
Expand Down
4 changes: 2 additions & 2 deletions contracts/src/mapping_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ pub struct SendInventoryResponse {}
#[derive(Debug, Serialize, Deserialize)]
pub struct GetMappingRequest {}

/// A responsewith a mapping
#[derive(Clone, Debug, Serialize, Deserialize)]
/// A response with a mapping
#[derive(Debug, Serialize, Deserialize)]
pub struct GetMappingResponse {
/// The map
pub map: HashMap<String, DigitalTwinMapEntry>,
Expand Down
1 change: 0 additions & 1 deletion freyja/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ time = { workspace = true }
tokio = { workspace = true }

[dev-dependencies]
in-memory-mock-cloud-adapter = { path = "../cloud_adapters/in_memory_mock_cloud_adapter"}
mockall = { workspace = true }

0 comments on commit 693415f

Please sign in to comment.