Skip to content

Commit 317243f

Browse files
committed
fix typo in test
1 parent 02f9aab commit 317243f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/src/node_configurator/unprivileged_parse_args_configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@ mod tests {
12511251
.unwrap_err();
12521252

12531253
let expected = MultiConfig::make_configurator_error(Error {
1254-
message: "The following required arguments were not provided: --blockchain-service-url USAGE: --blockchain-service-url <blockchain-service-url>".to_string(),
1254+
message: "The following required argument was not provided: --blockchain-service-url USAGE: --blockchain-service-url <blockchain-service-url>".to_string(),
12551255
kind: clap::ErrorKind::ArgumentNotFound,
12561256
info: Some(vec!["<blockchain-service-url>".to_string()]),
12571257
});

0 commit comments

Comments
 (0)