talent-plan
talent-plan copied to clipboard
rust project-3 tests/cli.rs: revise mistyped "get",
What problem does this PR solve?
In rust project-3 tests/cli.rs cli_invalid_set
function, the fifth command should test "set" command, while testing "get".
What is changed and how it works?
Replace "get" with "set".
Tests
I suppose this PR do not need further tests.