Skip to content

Commit

Permalink
fix: test devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Daanvdplas committed Jul 25, 2024
1 parent bd85489 commit 0e49f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/devnet/src/extensions/v0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn nested_errors(nested_error: &[u8], limit: Option<u8>) -> bool {
#[cfg(test)]
mod tests {
use super::*;
use primitives::error::{
use pop_primitives::error::{
ArithmeticError::*,
Error::{self, *},
TokenError::*,
Expand Down

0 comments on commit 0e49f63

Please sign in to comment.