Skip to content

Commit dd00779

Browse files
authored
Merge pull request #48 from zoedberg/minor_fixes
2 parents 954cfd8 + 60d86bb commit dd00779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- uses: dtolnay/rust-toolchain@stable
2424
- run: cargo run --features fs
25-
- run: git diff | grep -q . && exit 1
25+
- run: git diff --quiet || exit 1

src/nia.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ mod test {
294294

295295
assert_eq!(
296296
contract.contract_id().to_string(),
297-
s!("rgb:FnPSAtZ1-Pz7NyB7-SB8uiJN-VGXsr0T-2lUAaGI-agUu7z4")
297+
s!("rgb:pOIzGFyQ-mA!yQq2-QH8vB5!-5fAplY!-x2lW!vz-JHDbYPg")
298298
);
299299
}
300300
}

0 commit comments

Comments
 (0)