You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mooc.fi, alun. thomas
Hi,
I'm having problems with week 11_ exercise 35_ on course _
Object-Oriented programming with Java, part 2
.
I get this error message when I run tests locally.
FAIL: MindfulDictionaryTest noLoadingUntilInMethod Notice that dictionary isn't loaded yet and words shouldn't be found! MindfulDictionary s = new MindfulDictionary("src/words.txt"); s.translate("apina"); expected:<null> but was:<monkey>