Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Merculiar committed Jan 12, 2025
1 parent 8639c73 commit b91d82b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void main() {
const micro = 1000000;
expect(
feeWithComputeUnitPrice! - feeWithoutComputeUnitPrice!,
defaultUnitLimit * unitPriceMicroLamports / micro,
(defaultUnitLimit * unitPriceMicroLamports) ~/ micro,
);
});
}

0 comments on commit b91d82b

Please sign in to comment.