File tree 3 files changed +1
-12
lines changed
3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,6 @@ class Tests: XCTestCase {
120
120
return false
121
121
}
122
122
123
-
124
123
guard let mPreview = MicrolinkPreview ( apiKey: nil ) else {
125
124
XCTFail ( )
126
125
return false
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ let package = Package(
13
13
dependencies: [
14
14
] ,
15
15
targets: [
16
- // Targets are the basic building blocks of a package. A target can define a module or a test suite.
17
- // Targets can depend on other targets in this package, and on products in packages this package depends on.
18
16
. target(
19
17
name: " SMLinkPreview " ,
20
18
dependencies: [ ] ,
@@ -26,10 +24,3 @@ let package = Package(
26
24
]
27
25
)
28
26
29
- /*
30
- .target(
31
- name: "HelloWorldProgram",
32
- dependencies: [],
33
- resources: [.copy("README.md"), .copy("image.png")]
34
- )
35
- */
Original file line number Diff line number Diff line change @@ -32,8 +32,7 @@ public class PreviewManager {
32
32
sources += [ source]
33
33
}
34
34
35
- // For testing
36
- func reset( ) {
35
+ public func reset( ) {
37
36
sources = [ ]
38
37
}
39
38
You can’t perform that action at this time.
0 commit comments