Skip to content

Commit 9fe18a1

Browse files
committed
test: rename
1 parent e65ce77 commit 9fe18a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unique.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ describe('Trigger.Unique', () => {
214214
expect(uniqueBody.className).not.toContain('undefined');
215215
});
216216

217-
it('should combine alignedClassName with uniqueBgClassName', async () => {
217+
it('should pass alignedClassName on unique body', async () => {
218218
const getPopupClassNameFromAlign = () => 'bamboo';
219219

220220
render(

0 commit comments

Comments
 (0)