radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 60798cdbc3 radicle/profile: Canonicalize during test
Fixes test `profile::test::canonicalize_home`.

Since `Home::new` canonicalizes its argument (which is what the test
wants to ensure), also canonicalize the expected value, which is
especially important on Windows as the canonicalization is more
complex than on Linux.

For example:

    thread 'profile::test::canonicalize_home' panicked at crates\radicle\src\profile.rs:802:9:
    assertion `left == right` failed
      left: "C:\\Users\\runneradmin\\AppData\\Local\\Temp\\.tmpMnNkr6\\Home\\Radicle"
     right: "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\.tmpMnNkr6\\Home\\Radicle"
2025-10-13 08:43:49 +01:00
..
src radicle/profile: Canonicalize during test 2025-10-13 08:43:49 +01:00
CHANGELOG.md node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
Cargo.toml crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00