test(pkg/storage): add test for compression and rounding
This commit is contained in:
@ -57,7 +57,7 @@ var readHumidityCmd = &cobra.Command{
|
||||
|
||||
if logs {
|
||||
measuredValuesLogfile := logfile.New(cnf.Logfile)
|
||||
err := logfile.Append(measuredValuesLogfile, compression, round, measuredValues)
|
||||
err := logfile.Append(measuredValuesLogfile, measuredValues)
|
||||
if err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user