docs(tvix/store/directorysvc/grpc): fix comment
We do compare for equality. This comment probably was when I tried to compare the `Result<T, E>`, and as `E` doesn't derive PartialEq it was annoying. Change-Id: I18bb19528c76af91c9d24d88d55dd46d0c092d20 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8354 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
34553dfac5
commit
d884890e56
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ mod tests {
|
||||||
.expect("must succeed")
|
.expect("must succeed")
|
||||||
);
|
);
|
||||||
|
|
||||||
// And retrieve it. We don't compare the two structs literally
|
// And retrieve it, compare for equality.
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
DIRECTORY_A.clone(),
|
DIRECTORY_A.clone(),
|
||||||
directory_service
|
directory_service
|
||||||
|
|
Loading…
Reference in a new issue