Skip to content

Commit

Permalink
chore: remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Dec 10, 2024
1 parent 62429dc commit 6224e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starknet-snap/src/utils/transaction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('transactionVersionToNumber', () => {
});

describe('feeTokenToTransactionVersion', () => {
it('converts feeToken string to transaction version v3 if it is STRK', () => {
it('converts feeToken string to transaction version v3 if it is STRK', () => {
expect(feeTokenToTransactionVersion(FeeToken.STRK)).toStrictEqual(
constants.TRANSACTION_VERSION.V3,
);
Expand Down

0 comments on commit 6224e5a

Please sign in to comment.