Skip to content

Commit

Permalink
Rename test module
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 23, 2024
1 parent 051a717 commit df92c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc-state-reader/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pub mod reader;
pub mod utils;

#[cfg(test)]
mod tests1 {
mod tests {
use blockifier::state::state_api::StateReader;
use pretty_assertions_sorted::{assert_eq, assert_eq_sorted};
use starknet_api::{
Expand Down

0 comments on commit df92c22

Please sign in to comment.