Skip to content

Commit

Permalink
Fix version test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ifropc committed Nov 18, 2024
1 parent 901bd90 commit 12946e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crates/soroban-test/tests/it/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ fn version() {
.new_assert_cmd("version")
.assert()
.success()
.stdout(format!("soroban {}\n", long()));
.stdout(format!("stellar {}\n", long()));
}

0 comments on commit 12946e3

Please sign in to comment.