Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix second typing test block name
  • Loading branch information
steevsachs committed Oct 11, 2020
1 parent f85066f commit 476ff02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zip.test.ts
Expand Up @@ -76,7 +76,7 @@ describe('data second', () => {
});
});

describe('data first typings', () => {
describe('data second typings', () => {
test('arrays', () => {
const actual = zip(second)(first);
const result: AssertEqual<typeof actual, [number, string][]> = true;
Expand Down

0 comments on commit 476ff02

Please sign in to comment.