Skip to content

Commit a690850

Browse files
committed
fix typo
1 parent 5fb0284 commit a690850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/atlas/atlasHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function describeWithAtlas(name: string, fn: IntegrationTestFunction): Su
1515
}));
1616

1717
describe(name, () => {
18-
fn(clea);
18+
fn(integration);
1919
});
2020
};
2121

0 commit comments

Comments
 (0)