diff options
Diffstat (limited to 'python/python_test.go')
-rw-r--r-- | python/python_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python_test.go b/python/python_test.go index c6b84519..3f719f8e 100644 --- a/python/python_test.go +++ b/python/python_test.go @@ -370,7 +370,7 @@ func expectModule(t *testing.T, ctx *blueprint.Context, buildDir, name, variant if !baseOk { t.Fatalf("%s is not Python module!", name) } - sub, subOk := base.subModule.(*PythonBinary) + sub, subOk := base.subModule.(*pythonBinaryBase) if !subOk { t.Fatalf("%s is not Python binary!", name) } |