We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6728f56 commit 0ab8905Copy full SHA for 0ab8905
1 file changed
grumpy-runtime-src/runtime/module_test.go
@@ -79,7 +79,7 @@ func TestImportModule(t *testing.T) {
79
{
80
"noexist",
81
nil,
82
- mustCreateException(ImportErrorType, "noexist"),
+ mustCreateException(ImportErrorType, "No module named noexist"),
83
newStringDict(map[string]*Object{"invalid": invalidModule}),
84
},
85
0 commit comments