Skip to content

Commit 6f3b7dc

Browse files
committed
fix
1 parent ef2d094 commit 6f3b7dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/catalyst-signed-doc-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catalyst-signed-doc-spec"
3-
version = "0.0.1"
3+
version = "0.1.3"
44
edition.workspace = true
55
authors.workspace = true
66
homepage.workspace = true

rust/catalyst-signed-doc-spec/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ mod tests {
8383

8484
#[test]
8585
fn load_signed_doc_spec_test() {
86-
assert!(CatalystSignedDocSpec::load_signed_doc_spec().is_ok());
86+
CatalystSignedDocSpec::load_signed_doc_spec().unwrap();
8787
}
8888
}

0 commit comments

Comments
 (0)