Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Vrooman <[email protected]>
  • Loading branch information
xgreenx and Brandon Vrooman authored Dec 11, 2023
1 parent 28945d0 commit 51c4fd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/database/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ mod tests {
}

#[test]
fn updating_foreign_contract_doesnt_affect_the_given_contract_insertion() {
fn updating_foreign_contract_does_not_affect_the_given_contract_insertion() {
let given_contract_id = ContractId::from([1u8; 32]);
let foreign_contract_id = ContractId::from([2u8; 32]);
let database = &mut Database::default();
Expand Down
2 changes: 1 addition & 1 deletion crates/fuel-core/src/database/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ mod tests {
}

#[test]
fn updating_foreign_contract_doesnt_affect_the_given_contract_insertion() {
fn updating_foreign_contract_does_not_affect_the_given_contract_insertion() {
let given_contract_id = ContractId::from([1u8; 32]);
let foreign_contract_id = ContractId::from([2u8; 32]);
let database = &mut Database::default();
Expand Down

0 comments on commit 51c4fd1

Please sign in to comment.