Skip to content

Commit

Permalink
FIX linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Brudus committed Sep 2, 2024
1 parent 749de60 commit ae9ff20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ internal final class FingerprintTokenizerTests: XCTestCase {

// MARK: - Test Lifecycle

override func setUp() {
override internal func setUp() {
super.setUp()

sut = FingerprintTokenizer(
Expand All @@ -35,7 +35,7 @@ internal final class FingerprintTokenizerTests: XCTestCase {
)
}

override func tearDown() {
override internal func tearDown() {
sut = nil
super.tearDown()
}
Expand Down

0 comments on commit ae9ff20

Please sign in to comment.