Skip to content

Commit 916c344

Browse files
authored
cleanup(gax): remove stale TODO (#2854)
1 parent 6076c2e commit 916c344

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gax/src/error/rpc.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,8 +615,6 @@ mod tests {
615615
),
616616
],
617617
};
618-
// TODO(#505) - change this test so it does not require updates as new
619-
// fields appear.
620618
let got = serde_json::to_value(&status).unwrap();
621619
let want = json!({
622620
"code": Code::Unimplemented,

0 commit comments

Comments
 (0)