Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 13c656b

Browse files
author
mikkomaa
committed
Test fix
1 parent 73850dd commit 13c656b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/fi/helsinki/cs/tmc/cli/command/CourseInfoCommandTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public void printsErrorIfInCourseDirectoryAndGivenCourseNameThatDoesntExistOnThe
188188

189189
String[] args = {"info", "notacourse", "-i"};
190190
app.run(args);
191-
io.assertContains("doesn't exist on this server.");
191+
io.assertContains("doesn't exist on the server.");
192192
}
193193

194194
@Test

0 commit comments

Comments
 (0)