Skip to content

Commit 46d806b

Browse files
committed
Merge branch 'updateBob' (#266)
2 parents 8a374e6 + 3812de2 commit 46d806b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/bob/uBobTests.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ interface
55
DUnitX.TestFramework;
66

77
const
8-
CanonicalVersion = '1.2.1';
8+
CanonicalVersion = '1.3.0';
99

1010
type
1111

@@ -198,7 +198,7 @@ procedure BobTests.Shouting_with_special_characters;
198198

199199
procedure BobTests.Shouting_with_no_exclamation_mark;
200200
begin
201-
Assert.AreEqual('Whoa, chill out!', TBob.Response('I HATE YOU'));
201+
Assert.AreEqual('Whoa, chill out!', TBob.Response('I HATE THE DMV'));
202202
end;
203203

204204
procedure BobTests.Starting_with_whitespace;

0 commit comments

Comments
 (0)