Skip to content

Commit

Permalink
fixed slice 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmafoster1 committed Nov 28, 2024
1 parent 3ab3bc9 commit ca8cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/assistant.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ const MediaServices = {
mediaStatus: MediaVideoStatus.video,
services: [MediaServices.videoDownload, MediaServices.metadata]
},
].slice(1).forEach(({
].slice(0, 1).forEach(({
url,
videoGridIndex,
imageGridIndex,
Expand Down

0 comments on commit ca8cc3a

Please sign in to comment.