add tests to api

This commit is contained in:
2025-12-31 18:45:46 -05:00
parent 42a09e8b0f
commit 4aa86da14a
17 changed files with 803 additions and 26 deletions

View File

@@ -163,3 +163,6 @@ impl<T: Into<DataValue>> TelemetryHandle<T> {
self.publish(value, Utc::now()).await
}
}
#[cfg(test)]
mod tests {}