diff --git a/test/Analysis/Ruby/Spec.hs b/test/Analysis/Ruby/Spec.hs index d3231303b..c347e0133 100644 --- a/test/Analysis/Ruby/Spec.hs +++ b/test/Analysis/Ruby/Spec.hs @@ -45,7 +45,7 @@ spec config = parallel $ do heapLookupAll addr heap `shouldBe` Just [String "\"\""] Env.names env `shouldContain` [ "Bar", "Foo" ] - (derefQName heap ("Bar" :| []) env >>= deNamespace heap) `shouldBe` Just ("Bar", ["baz", "foo", "inspect"]) + (derefQName heap ("Bar" :| []) env >>= deNamespace heap) `shouldBe` Just ("Bar", ["baz", "inspect", "foo"]) other -> expectationFailure (show other) it "evaluates modules" $ do