Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
joschect committed Jul 23, 2020
1 parent 581367c commit 8093c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/src/helpers/tests/result.test.ts
Expand Up @@ -8,7 +8,7 @@ const getError = <T, Z>(okay: T, error: Z): Result<T, Z> => {
return Err<T, Z>(error!);
};

describe('Maybe', () => {
describe('Result', () => {
it('chained Okay value is evaluated correctly', () => {
expect(
getOkay(3, '4')
Expand Down

0 comments on commit 8093c30

Please sign in to comment.