Skip to content

Commit

Permalink
fix(shell): remove _TestOnly suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
aPreciado88 committed Jul 12, 2024
1 parent cda472e commit 5794d29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ export const slottedPanelTop_TestOnly = (): string =>
</calcite-shell>
`);

export const contentBehindPanelBottom_TestOnly = (): string =>
export const contentBehindPanelBottom = (): string =>
html(`
<calcite-shell
content-behind
Expand Down

0 comments on commit 5794d29

Please sign in to comment.