Skip to content

Commit

Permalink
chore(plasma): Standard test_utils mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Apr 28, 2024
1 parent 87999c5 commit 2c693c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion crates/plasma/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pub mod traits;
pub mod types;

#[cfg(test)]
pub mod test_util;
pub mod test_utils;
7 changes: 1 addition & 6 deletions crates/plasma/src/source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,8 @@ where

#[cfg(test)]
mod tests {
use crate::test_util::TestPlasmaInputFetcher;

use crate::test_utils::TestPlasmaInputFetcher;
use super::*;
// use crate::{
// stages::test_utils::{CollectingLayer, TraceStorage},
// traits::test_utils::{TestChainProvider, TestPlasmaInputFetcher},
// };
use alloc::vec;
use kona_derive::{
stages::test_utils::{CollectingLayer, TraceStorage},
Expand Down
File renamed without changes.

0 comments on commit 2c693c6

Please sign in to comment.