Skip to content

Commit 64a8157

Browse files
committed
fix tests
1 parent a4694ad commit 64a8157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: modules/core/task/include/task.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Task {
6565

6666
private:
6767
std::vector<std::string> functions_order_;
68-
std::vector<std::string> right_functions_order_ = {"validation", "PreProcessing", "run", "post_processing"};
68+
std::vector<std::string> right_functions_order_ = {"Validation", "PreProcessing", "Run", "PostProcessing"};
6969
const double max_test_time_ = 1.0;
7070
std::chrono::high_resolution_clock::time_point tmp_time_point_;
7171
};

0 commit comments

Comments
 (0)