We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 954cfd8 + 60d86bb commit dd00779Copy full SHA for dd00779
.github/workflows/run.yaml
@@ -22,4 +22,4 @@ jobs:
22
- uses: actions/checkout@v4
23
- uses: dtolnay/rust-toolchain@stable
24
- run: cargo run --features fs
25
- - run: git diff | grep -q . && exit 1
+ - run: git diff --quiet || exit 1
src/nia.rs
@@ -294,7 +294,7 @@ mod test {
294
295
assert_eq!(
296
contract.contract_id().to_string(),
297
- s!("rgb:FnPSAtZ1-Pz7NyB7-SB8uiJN-VGXsr0T-2lUAaGI-agUu7z4")
+ s!("rgb:pOIzGFyQ-mA!yQq2-QH8vB5!-5fAplY!-x2lW!vz-JHDbYPg")
298
);
299
}
300
0 commit comments