Skip to content

Commit

Permalink
tests: remove array field from fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Oct 7, 2023
1 parent 3e166a2 commit 23449db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions packages/rs-dpp/src/tests/fixtures/get_data_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@ pub fn get_data_contract_fixture(
"name": {
"type": "string"
},
"array": {
"type": "array",
"items": {
"type": "number"
}
}
},
"additionalProperties": false
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive/tests/deterministic_root_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ fn test_root_hash_with_batches(drive: &Drive, db_transaction: &Transaction) {
.unwrap()
.expect("should return app hash");

let expected_app_hash = "e2337ce8f1edc0d0c27c7efb8050ce2ca92c7431e5b43686f84e9f8e96a28fd9";
let expected_app_hash = "1fecc17a75bf6e3c149adf78086f54a85a240d0741fd356204f7817ccb72c32d";

assert_eq!(hex::encode(app_hash), expected_app_hash);
}
Expand Down

0 comments on commit 23449db

Please sign in to comment.