Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit 3c30043

Browse files
committed
chore: fix assetative on quickseek plugin test
1 parent 2fa215e commit 3c30043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Clappr_Tests/Classes/Plugin/Core/MediaControl/QuickSeekMediaControlPluginTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class QuickSeekMediaControlPluginTests: QuickSpec {
113113
}
114114
}
115115

116-
context("and there are overlay plugins") {
116+
context("and there are not visible overlay plugins") {
117117
it("ignores them and seeks") {
118118
overlayPlugin = OverlayPluginStub(context: core)
119119
core.addPlugin(overlayPlugin)

0 commit comments

Comments
 (0)