From 5765ac6e1dc995182f38ce771e4b37be17c8c55d Mon Sep 17 00:00:00 2001 From: Aaron Brethorst Date: Sat, 22 Jun 2024 17:44:58 -0700 Subject: [PATCH] Try again --- OTPKitTests/OTPKitTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/OTPKitTests/OTPKitTests.swift b/OTPKitTests/OTPKitTests.swift index 18bece5..30b4ace 100644 --- a/OTPKitTests/OTPKitTests.swift +++ b/OTPKitTests/OTPKitTests.swift @@ -51,7 +51,6 @@ class OTPKitTests: OTPTestCase { let itinerary = plan.itineraries.first XCTAssertEqual(itinerary?.duration, 595) - } }