Skip to content

Commit 5101b7d

Browse files
Fix object naming in genesis test height test
1 parent f556d32 commit 5101b7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

wasm/Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/src/utilities/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ mod tests {
5252
#[wasm_bindgen_test]
5353
#[should_panic]
5454
fn test_set_genesis_block_non_zero_fails() {
55-
set_consensus_version_test_heights(Some("9,8,7,6,5,4,3,2,1,0".to_string()));
55+
set_consensus_version_test_heights_js(Some("9,8,7,6,5,4,3,2,1,0".to_string()));
5656
}
5757
}

0 commit comments

Comments
 (0)