Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 969a21b

Browse files
committed
Updated OneSignal Android SDK version in tests
1 parent 8f0a3d2 commit 969a21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/com/onesignal/androidsdk/MainTest.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MainTest extends Specification {
2525

2626
then:
2727
results.each {
28-
assert it.value.contains('com.onesignal:OneSignal:[3.8.3, 3.99.99] -> 3.11.2')
28+
assert it.value.contains('com.onesignal:OneSignal:[3.8.3, 3.99.99] -> 3.11.4')
2929
}
3030
}
3131

0 commit comments

Comments
 (0)