Pārlūkot izejas kodu

taud/month_taks: added missing rank Option in constructors

aggstam 4 gadi atpakaļ
vecāks
revīzija
2552616adb
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      bin/tau/taud/src/month_tasks.rs

+ 2 - 2
bin/tau/taud/src/month_tasks.rs

@@ -208,7 +208,7 @@ mod tests {
             "test_desc",
             "test_desc",
             "NICKNAME",
             "NICKNAME",
             None,
             None,
-            0.0,
+            Some(0.0),
             &dataset_path,
             &dataset_path,
         )?;
         )?;
 
 
@@ -256,7 +256,7 @@ mod tests {
             "test_desc",
             "test_desc",
             "NICKNAME",
             "NICKNAME",
             None,
             None,
-            0.0,
+            Some(0.0),
             &dataset_path,
             &dataset_path,
         )?;
         )?;