Skip to content

Commit

Permalink
test(save-combo): fix save-combo button tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jul 27, 2024
1 parent 5de56bb commit db4a744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/action-buttons/save-combo/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('Save Combo Button', () => {
{ active: true, id: 'rain', loaded: true, volume: 1 },
{ active: true, id: 'plain', loaded: true, volume: 0.5 }
],
theme: 'transition'
theme: 'transition-theme'
}

expect(input).not.toBeInTheDocument()
Expand Down

0 comments on commit db4a744

Please sign in to comment.