File tree 1 file changed +4
-4
lines changed
exercises/bob/src/test/java
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,23 +71,23 @@ public void askingGibberish() {
71
71
public void talkingForcefully () {
72
72
assertEquals (
73
73
"Whatever." ,
74
- bob .hey ("Let's go make out behind the gym !" )
74
+ bob .hey ("Hi there !" )
75
75
);
76
76
}
77
77
78
78
@ Ignore ("Remove to run test" )
79
79
@ Test
80
80
public void usingAcronymsInRegularSpeech () {
81
81
assertEquals (
82
- "Whatever." , bob .hey ("It's OK if you don't want to go to the DMV ." )
82
+ "Whatever." , bob .hey ("It's OK if you don't want to go work for NASA ." )
83
83
);
84
84
}
85
85
86
86
@ Ignore ("Remove to run test" )
87
87
@ Test
88
88
public void forcefulQuestions () {
89
89
assertEquals (
90
- "Calm down, I know what I'm doing!" , bob .hey ("WHAT THE HELL WERE YOU THINKING ?" )
90
+ "Calm down, I know what I'm doing!" , bob .hey ("WHAT'S GOING ON ?" )
91
91
);
92
92
}
93
93
@@ -127,7 +127,7 @@ public void shoutingWithSpecialCharacters() {
127
127
@ Test
128
128
public void shoutingWithNoExclamationMark () {
129
129
assertEquals (
130
- "Whoa, chill out!" , bob .hey ("I HATE THE DMV " )
130
+ "Whoa, chill out!" , bob .hey ("I HATE THE DENTIST " )
131
131
);
132
132
}
133
133
You can’t perform that action at this time.
0 commit comments