Skip to content

Commit

Permalink
resetting swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
apgupta3303 committed Mar 13, 2024
1 parent d5d365f commit e04a17d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/SpeziMedicationTests/SpeziMedicationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import XCTest


final class SpeziMedicationTests: XCTestCase {
// swiftlint:disable:next function_body_length

Check failure on line 14 in Tests/SpeziMedicationTests/SpeziMedicationTests.swift

View workflow job for this annotation

GitHub Actions / SwiftLint / SwiftLint

Vertical Whitespace after Opening Braces Violation: Don't include vertical whitespace (empty line) after opening braces (vertical_whitespace_opening_braces)
func testScheduleDecodingWithAndWithoutTimes() throws {
let jsonDecoder = JSONDecoder()
Expand Down Expand Up @@ -58,7 +57,7 @@ final class SpeziMedicationTests: XCTestCase {
XCTAssertNotNil(withTimesSchedule.times)
}


// swiftlint:disable:next function_body_length
func testScheduleEncoding() throws {
let jsonEncoder = JSONEncoder()
jsonEncoder.outputFormatting = [.prettyPrinted, .sortedKeys, .withoutEscapingSlashes]
Expand Down

0 comments on commit e04a17d

Please sign in to comment.