Skip to content
Snippets Groups Projects
Commit c37aba4e authored by Christoph Thelen's avatar Christoph Thelen
Browse files

Fixed test case

parent 103315b6
No related merge requests found
......@@ -122,6 +122,7 @@ public class QuestionServiceTest {
theQ.setRead(false);
theQ.set_id("the internal id");
theQ.setSessionId("12345678");
theQ.setCreator("regular user");
databaseDao.interposedQuestion = theQ;
questionService.readInterposedQuestion(theQ.get_id());
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment