Skip to content

Commit 0ab8905

Browse files
committed
Fix ImportError test to expect msg as CPython one
1 parent 6728f56 commit 0ab8905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

grumpy-runtime-src/runtime/module_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func TestImportModule(t *testing.T) {
7979
{
8080
"noexist",
8181
nil,
82-
mustCreateException(ImportErrorType, "noexist"),
82+
mustCreateException(ImportErrorType, "No module named noexist"),
8383
newStringDict(map[string]*Object{"invalid": invalidModule}),
8484
},
8585
{

0 commit comments

Comments
 (0)