Skip to content

Commit acc6e0a

Browse files
committed
fix: lint issues
1 parent f5593e8 commit acc6e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/state-store/__tests__/audio-player.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('AudioPlayer', () => {
193193
let onPlaybackStatusUpdate;
194194
(NativeHandlers as { Sound: unknown }).Sound = {
195195
Player: null,
196-
initializeSound: jest.fn().mockImplementation(async (_source, _initialStatus, callback) => {
196+
initializeSound: jest.fn().mockImplementation((_source, _initialStatus, callback) => {
197197
onPlaybackStatusUpdate = callback;
198198
return playerRef;
199199
}),

0 commit comments

Comments
 (0)