Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Dec 29, 2023
1 parent 9a2112c commit 138c100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/backup_restore/restore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ mod tests {
SystemParams {
state_store: Some("state_store".to_string()),
data_directory: Some("data_directory".to_string()),
wasm_storage_url: None,
wasm_storage_url: Some("wasm_storage_url".to_string()),
..SystemConfig::default().into_init_system_params()
}
}
Expand Down

0 comments on commit 138c100

Please sign in to comment.