Skip to content

Commit 0b29b26

Browse files
committed
Fix paths
1 parent 4066660 commit 0b29b26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/CocoaPods/integration_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def validator
3434
end
3535

3636
def podspec
37-
File.expand_path(File.dirname(__FILE__) + '/../SQLite.swift.podspec')
37+
File.expand_path(File.dirname(__FILE__) + '/../../SQLite.swift.podspec')
3838
end
3939

4040
def project_test_dir
41-
File.expand_path(File.dirname(__FILE__) + '/../Tests/SQLiteTests')
41+
File.expand_path(File.dirname(__FILE__) + '/../SQLiteTests')
4242
end
4343
end

0 commit comments

Comments
 (0)