Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Test_createPackageMap test failing with go1.15 #483

@GrigoriyMikhalkin

Description

@GrigoriyMikhalkin

Actual behavior
Test Test_createPackageMap fails when run with go1.15. Output:

    --- FAIL: Test_createPackageMap/golang_package (0.00s)
        mockgen_test.go:359: createPackageMap() gotPackageName = , wantPackageName = context
        mockgen_test.go:362: createPackageMap() gotOk = false, wantOK = true
    --- FAIL: Test_createPackageMap/third_party (0.00s)
        mockgen_test.go:359: createPackageMap() gotPackageName = , wantPackageName = present
        mockgen_test.go:362: createPackageMap() gotOk = false, wantOK = true

Expected behavior
When i run tests with go1.14 all tests are passing.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions