Skip to content

Commit

Permalink
code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akashrathod28 committed Dec 19, 2023
1 parent 54689aa commit f7409c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async function getSortState(myPersonalFiles: PersonalFilesPage): Promise<typeof
};
}

test.describe.only('Remember sorting', () => {
test.describe('Remember sorting', () => {
interface NodesIds {
[index: string]: string;
}
Expand Down

0 comments on commit f7409c7

Please sign in to comment.