Skip to content

Commit 21db402

Browse files
committed
fix typo :)
1 parent 46f1d61 commit 21db402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/data/git-providers/unified-repositories-search-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test("it should exclude project entries", () => {
4343
expect(deduplicated.length).toEqual(1);
4444
});
4545

46-
test("it should match entries in url as well as poject name", () => {
46+
test("it should match entries in url as well as project name", () => {
4747
const suggestedRepos: SuggestedRepository[] = [
4848
repo("somefOOtest"),
4949
repo("Footest"),

0 commit comments

Comments
 (0)