File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,16 @@ let package = Package(
4545//
4646 . testTarget(
4747 name: " ATProtoKitTests " ,
48- dependencies: [ " ATProtoKit " ] ) ,
48+ dependencies: [ " ATProtoKit " ] ,
49+ path: " Tests " ,
50+ exclude: [
51+ " Helpers/park.jpg " ,
52+ " Helpers/reading_with_coffee.jpg "
53+ ] ,
54+ sources: [
55+ " ATProtoKitTests " ,
56+ " Helpers "
57+ ] ) ,
4958 ]
5059)
5160
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ struct ATFacetParserTests {
1717 let pdsURL = " https://bsky.social "
1818 let serviceEndpoint = try #require( URL ( string: " https://pds.host.bsky.network " ) )
1919 let session = UserSession (
20- handle: " alice .example.com" ,
21- sessionDID: " did:plc:alice " ,
20+ handle: " lucy .example.com" ,
21+ sessionDID: " did:plc:lucy " ,
2222 isEmailAuthenticationFactorEnabled: false ,
2323 isActive: true ,
2424 status: nil ,
@@ -34,8 +34,8 @@ struct ATFacetParserTests {
3434 let matchingPDSURL = " https://pds.host.bsky.network "
3535 let matchingServiceEndpoint = try #require( URL ( string: matchingPDSURL) )
3636 let matchingSession = UserSession (
37- handle: " alice .example.com" ,
38- sessionDID: " did:plc:alice " ,
37+ handle: " lucy .example.com" ,
38+ sessionDID: " did:plc:lucy " ,
3939 isEmailAuthenticationFactorEnabled: false ,
4040 isActive: true ,
4141 status: nil ,
You can’t perform that action at this time.
0 commit comments