Skip to content

Commit e267230

Browse files
committed
fixes unit test
Signed-off-by: Konstantina Blazhukova <[email protected]>
1 parent 9566a6c commit e267230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/relay/tests/lib/validators/validators.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ describe('Validator', async () => {
486486
describe('validates Transaction Object type correctly', async () => {
487487
const validation = { 0: { type: 'transaction', required: true } };
488488
const error = TYPES['transaction'].error;
489-
const name = 'ТransactionObject';
489+
const name = 'TransactionObject';
490490

491491
it('throws an error if the param is not an Object', async () => {
492492
expect(() => validateParams(['string'], validation)).to.throw(expectInvalidParam(0, error, 'string'));

0 commit comments

Comments
 (0)