Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions exercises/practice/bob/.meta/description.md

This file was deleted.

2 changes: 1 addition & 1 deletion exercises/practice/bob/BobTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ - (void)testUsingAcronyms {

- (void)testForcefulQuestions {
NSString *input = @"WHAT THE HELL WERE YOU THINKING?";
NSString *expected = @"Whoa, chill out!";
NSString *expected = @"Calm down, I know what I'm doing!";
NSString *result = [[self bob] hey:input];
XCTAssertEqualObjects(expected, result);
}
Expand Down