Skip to content

Commit

Permalink
Fix test to match exercise description.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwood authored Nov 24, 2021
1 parent d7fda71 commit cb3c6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/bob/Tests/BobTests/BobTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BobTests: XCTestCase {

func testForcefulQuestions() {
let input = "WHAT THE HELL WERE YOU THINKING?"
let expected = "Whoa, chill out!"
let expected = "Calm down, I know what I'm doing!"
let result = Bob.hey(input)
XCTAssertEqual(expected, result)
}
Expand Down

0 comments on commit cb3c6d4

Please sign in to comment.