Not bad, I get Streamlog LogItem in the test

This commit is contained in:
Dominik Werder
2021-05-05 22:05:24 +02:00
parent 1ae5c3dc80
commit a8932dba0d
10 changed files with 333 additions and 80 deletions

View File

@@ -52,9 +52,6 @@ async fn get_binned_0_inner() -> Result<(), Error> {
&cluster,
)
.await?;
if true {
return Ok(());
}
get_binned_channel(
"wave-u16-le-n77",
"1970-01-01T01:11:00.000Z",
@@ -71,6 +68,9 @@ async fn get_binned_0_inner() -> Result<(), Error> {
&cluster,
)
.await?;
if true {
return Ok(());
}
Ok(())
}