Skip to content

Commit

Permalink
Changed lingering "Package" name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Dec 19, 2024
1 parent 0fab02e commit 7e13470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/validation/src/generators.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ pub fn make_abi_test_fixtures() -> Result<TestFixtures, Error> {
);

stored_value.insert(
"Package".to_string(),
"SmartContract".to_string(),
ABITestCase::from_inputs(vec![StoredValue::SmartContract(package).into()])?,
);

Expand Down

0 comments on commit 7e13470

Please sign in to comment.