diff -r a6aa851361d0 -r 1eb11d787af7 main_testing2/wordle_test3a.scala --- a/main_testing2/wordle_test3a.scala Wed Nov 09 18:30:46 2022 +0000 +++ b/main_testing2/wordle_test3a.scala Wed Nov 09 18:40:57 2022 +0000 @@ -1,5 +1,5 @@ -import Resit._ +import M2._ assert(pool("chess", "caves").toSet == Set('h', 'e', 's')) assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))