Skip to content

Commit

Permalink
Update MasterMixologistTests.swift (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetous authored Oct 20, 2023
1 parent 848f131 commit e1e1bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ final class MasterMixologistTests: XCTestCase {
try XCTSkipIf(true && !runAll) // change true to false to run this test
let got = makeWedges(
needed: 42, limes: ["small", "large", "large", "medium", "small", "large", "large"])
XCTAssertEqual(got, 6, "You needto use 6 limes to fill the bin; you said you need \(got).")
XCTAssertEqual(got, 6, "You need to use 6 limes to fill the bin; you said you need \(got).")
}

func testMakeWedgesNoNeed() throws {
Expand Down

0 comments on commit e1e1bf4

Please sign in to comment.