Skip to content

Commit

Permalink
test: re-enable tests after fixing github action(#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubogdan authored and easonlin404 committed Dec 4, 2019
1 parent b734f40 commit a478a32
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions parser_test.go
Expand Up @@ -2254,8 +2254,7 @@ func TestParseImportAliases(t *testing.T) {
assert.Equal(t, string(expected), string(b))
}

// Disabled for resting purpose
func disabledTestParseNested(t *testing.T) {
func TestParseNested(t *testing.T) {
searchDir := "testdata/nested"
mainAPIFile := "main.go"
p := New()
Expand Down Expand Up @@ -2777,7 +2776,7 @@ func TestFixes432(t *testing.T) {
}
}

func disabledTestParseOutsideDependencies(t *testing.T) {
func TestParseOutsideDependencies(t *testing.T) {
searchDir := "testdata/pare_outside_dependencies"
mainAPIFile := "cmd/main.go"

Expand Down

0 comments on commit a478a32

Please sign in to comment.