Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyhedral committed Aug 31, 2024
1 parent 5e48827 commit 19d5d5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/DTRPGClient/DTRPGClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ public class DTRPGClient {
/**
*/
public init(token : String) {
this.token = token
self.token = token
}
}
6 changes: 4 additions & 2 deletions Tests/DTRPGClientTests/DTRPGClientTests.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import XCTest
@testable import dtrpg_client_swift

final class dtrpg_client_swiftTests: XCTestCase {
@testable import DTRPGClient

final class DTRPGClientTests: XCTestCase {

func testExample() throws {
// XCTest Documentation
// https://developer.apple.com/documentation/xctest
Expand Down

0 comments on commit 19d5d5c

Please sign in to comment.