Skip to content

Commit

Permalink
test(ios): point to eventual 9.2.0.GA release for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Sep 14, 2020
1 parent 4735dd0 commit 819499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/karma.unit.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = config => {
'karma-*'
],
titanium: {
sdkVersion: config.sdkVersion || '9.0.0.v20200130075800'
sdkVersion: config.sdkVersion || '9.2.0.GA'
},
customLaunchers: {
android: {
Expand Down

0 comments on commit 819499a

Please sign in to comment.