We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4066660 commit 0b29b26Copy full SHA for 0b29b26
Tests/CocoaPods/integration_test.rb
@@ -34,10 +34,10 @@ def validator
34
end
35
36
def podspec
37
- File.expand_path(File.dirname(__FILE__) + '/../SQLite.swift.podspec')
+ File.expand_path(File.dirname(__FILE__) + '/../../SQLite.swift.podspec')
38
39
40
def project_test_dir
41
- File.expand_path(File.dirname(__FILE__) + '/../Tests/SQLiteTests')
+ File.expand_path(File.dirname(__FILE__) + '/../SQLiteTests')
42
43
0 commit comments