Skip to content

Commit

Permalink
fix error renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 17, 2023
1 parent db57d15 commit 8d5bda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-primitives/stf-state-observer/src/state_observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod tests {

assert_matches!(
state_observer.observe_state(&shard(), |_| { () }),
Err(Error::CurrentStateEmpty)
Err(Error::CurrentShardStateEmpty)
);
}

Expand Down

0 comments on commit 8d5bda7

Please sign in to comment.