Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
CLEANUP
Browse files Browse the repository at this point in the history
Forked at: bf7ccb8
Parent branch: origin/master
  • Loading branch information
cecton committed Sep 2, 2020
1 parent 50ba484 commit 3eec1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/test-parachains/tests/adder/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fn validation_pool() -> ValidationPool {
}

#[test]
pub fn execute_good_on_parent_with_inprocess_validation() {
fn execute_good_on_parent_with_inprocess_validation() {
let pool = ValidationPool::new(ValidationExecutionMode::InProcess);
execute_good_on_parent(pool);
}
Expand Down

0 comments on commit 3eec1ef

Please sign in to comment.