Skip to content

Commit

Permalink
test: fix order of args in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Mar 30, 2024
1 parent 2859ca2 commit db4dd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_server.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class server

std::filesystem::create_directory(root_directory);

/* Usage: python server.py port root_directory */
/* Usage: python server.py root_directory port */
boost::process::ipstream output;
process_ = boost::process::child(python_path, server_path, root_directory, std::to_string(port),
boost::process::std_out > boost::process::null,
Expand Down

0 comments on commit db4dd49

Please sign in to comment.