Skip to content

Commit 2256d0f

Browse files
committed
Update testPlaybackCommandChangesOverTime.swift
1 parent d142ecc commit 2256d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/swiftui-loop-videoplayerTests/testPlaybackCommandChangesOverTime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class testPlaybackCommandChangesOverTime: XCTestCase {
2222
)
2323

2424
// Create an instance of the view with the initial command
25-
let playerView = ExtPlayerView(fileName: "swipe", command: commandBinding)
25+
let playerView = ExtVideoPlayer(fileName: "swipe", command: commandBinding)
2626

2727
// Setup expectation for asynchronous test
2828
let expectation = self.expectation(description: "Command should change to .pause")

0 commit comments

Comments
 (0)