Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-client-library-apple
Commits
4784c748
Commit
4784c748
authored
Jul 04, 2018
by
Davide De Rosa
Browse files
Fix unit tests
parent
8226ee19
Changes
1
Hide whitespace changes
Inline
Side-by-side
PIALibraryTests/VPNTests.swift
View file @
4784c748
...
...
@@ -17,7 +17,11 @@ class VPNTests: XCTestCase {
Client
.
database
=
Client
.
Database
(
group
:
"group.com.privateinternetaccess"
)
Client
.
providers
.
vpnProvider
=
MockVPNProvider
()
Client
.
preferences
.
vpnDisconnectsOnSleep
=
true
let
prefs
=
Client
.
preferences
.
editable
()
prefs
.
vpnDisconnectsOnSleep
=
true
prefs
.
commit
()
Client
.
bootstrap
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment