Skip to content

Commit

Permalink
Update LasagnaTests.swift
Browse files Browse the repository at this point in the history
Fixed incorrect function call
  • Loading branch information
Endington543 authored Jun 13, 2024
1 parent c92c046 commit f4aa9c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let runAll = Bool(ProcessInfo.processInfo.environment["RUNALL", default: "false"

class TaskExpectedMinutesInOvenTests: XCTestCase {
func testExpectedMinutes() {
XCTAssertEqual(expectedMinutesInOven, 40)
XCTAssertEqual(expectedMinutesInOven(), 40)
}
}

Expand Down

0 comments on commit f4aa9c7

Please sign in to comment.