Skip to content

Commit f5b25fc

Browse files
committed
[itc-parentchain-light-client] fix test compilation
1 parent 98318f5 commit f5b25fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/parentchain/light-client/src/concurrent_access.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ mod tests {
125125
#[test]
126126
fn execute_with_and_without_mut_in_single_thread_works() {
127127
let validator_mock = ValidatorMock::default();
128-
let accessor = TestAccessor::new(validator_mock);
128+
let accessor = TestAccessor::new(validator_mock, LightValidationStateSealMock);
129129

130130
let _read_result = accessor.execute_on_validator(|_v| Ok(())).unwrap();
131131
let _write_result = accessor.execute_mut_on_validator(|_v| Ok(())).unwrap();

0 commit comments

Comments
 (0)