Skip to content

Commit

Permalink
t Declare test suite final
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Dec 8, 2021
1 parent 2dd8493 commit 89ca089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@testable import ExpenseReport
import XCTest

class ExpenseReportTests: XCTestCase {
final class ExpenseReportTests: XCTestCase {
func testPrintReport() throws {
}
}

0 comments on commit 89ca089

Please sign in to comment.