cli: Amend jj tests
Update the output of rad_jj_colocated_patch so that it passes with the current version of jj being used:
jj --version
jj 0.35.0
Mark rad_jj_bare as ignore since it currently cannot determine the
RID from the rad remote.
Update the output of rad_jj_colocated_patch so that it passes with the current version of jj being used:
jj --version
jj 0.35.0
Mark rad_jj_bare as ignore since it currently cannot determine the
RID from the rad remote.
When cargo test --locked, I get this:
thread 'commands::jj::rad_jj_colocated_patch' panicked at crates/radicle-cli-test/src/lib.rs:497:36:
--- Expected
++++ actual: stderr
1 1 | Done importing changes from the underlying Git repo.
2 2 | Hint: The following remote bookmarks aren't associated with the existing local bookmarks:
3 3 | master@rad
4 4 | Hint: Run the following command to keep local bookmarks updated on future pulls:
5 - jj bookmark track master@rad
5 + jj bookmark track master --remote=rad
6 6 | Initialized repo in "."
7 7 | Hint: Running `git clean -xdf` will remove `.jj/`!
Note, though:
$ jj --version
jj 0.40.0
Relax matching to also match output from jj 0.40.0.