Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jan 12, 2025
1 parent 23cf69b commit 05c14b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rs-drive/src/drive/identity/update/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ mod tests {
let platform_version = PlatformVersion::latest();
let expected_fee_result = FeeResult {
storage_fee: 0,
processing_fee: 1813560,
processing_fee: 238820,
removed_bytes_from_system: 0,
..Default::default()
};
Expand All @@ -669,7 +669,7 @@ mod tests {
// Possibly different if your scenario's estimated cost differs
let expected_fee_result = FeeResult {
storage_fee: 0,
processing_fee: 238820,
processing_fee: 1813560,
removed_bytes_from_system: 0,
..Default::default()
};
Expand Down

0 comments on commit 05c14b6

Please sign in to comment.