Skip to content

Commit 2340500

Browse files
committed
test name too
1 parent 617f394 commit 2340500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtl-spec/components/commands-publish-button.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ describe('Action button component', () => {
242242
expect(state.editorMosaic.isEdited).toBe(true);
243243
});
244244

245-
it('can publish private gists', async () => {
245+
it('can publish secret gists', async () => {
246246
state.showInputDialog = vi.fn().mockResolvedValueOnce(description);
247247
instance.setSecret();
248248
await instance.performGistAction();

0 commit comments

Comments
 (0)