We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0985a commit efb84d4Copy full SHA for efb84d4
databroker/tests/read_write_values.rs
@@ -17,7 +17,7 @@ use std::{collections::HashMap, future, time::SystemTime, vec};
17
use cucumber::{cli, gherkin::Step, given, then, when, writer, World as _};
18
use databroker::broker;
19
use databroker_proto::kuksa::val::v1::{datapoint::Value, DataType, Datapoint};
20
-use kuksa_common::ClientTrait;
+use kuksa_common::ClientTraitV1;
21
use tracing::debug;
22
use world::{DataBrokerWorld, ValueType};
23
0 commit comments