Skip to content

Commit

Permalink
test(core): correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Jun 27, 2022
1 parent c570e2c commit 27521a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@ import { Cardano } from '../../../src';
import { TxSubmission } from '@cardano-ogmios/client';
import { TxSubmissionErrors } from '../../../src/Cardano';

describe('Cardano/types/TxSuubmissionErrors', () => {
describe('Cardano/types/TxSubmissionErrors', () => {
test('TxSubmissionError can be narrowed down with "instanceof"', () => {
const error: Cardano.TxSubmissionError = new Cardano.TxSubmissionErrors.FeeTooSmallError({
feeTooSmall: { actualFee: 50n, requiredFee: 51n }
Expand Down

0 comments on commit 27521a1

Please sign in to comment.