Skip to content

Commit

Permalink
consensus: Tweak some TODO comments in checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 24, 2020
1 parent aa2d3de commit 609de23
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions zebra-consensus/src/checkpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
verify_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand All @@ -249,7 +249,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
state_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand Down Expand Up @@ -285,7 +285,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
verify_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand All @@ -302,7 +302,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
state_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand All @@ -318,7 +318,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
state_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand Down Expand Up @@ -353,7 +353,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
verify_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand All @@ -370,7 +370,7 @@ mod tests {
.await;

ensure!(
// TODO(teor || jlusby): check error string
// TODO(teor || jlusby): check error kind
state_result.is_err(),
"unexpected result kind: {:?}",
verify_result
Expand Down

0 comments on commit 609de23

Please sign in to comment.