Skip to content

Commit

Permalink
Fix analyzer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-henriqueAlvelos committed Aug 8, 2023
1 parent 98ff2c3 commit 68432c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkg/analyzer/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
filepath.FromSlash("../../test/fixtures/analyzer_test/dead_symlink")},
typesFromFlag: []string{""},
excludeTypesFromFlag: []string{""},
wantLOC: 789,
wantLOC: 793,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand Down Expand Up @@ -219,7 +219,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
filepath.FromSlash("../../test/fixtures/analyzer_test/dead_symlink")},
typesFromFlag: []string{"ansible", "pulumi"},
excludeTypesFromFlag: []string{""},
wantLOC: 487,
wantLOC: 491,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand Down Expand Up @@ -251,7 +251,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
filepath.FromSlash("../../test/fixtures/analyzer_test/dead_symlink")},
typesFromFlag: []string{""},
excludeTypesFromFlag: []string{""},
wantLOC: 789,
wantLOC: 793,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand All @@ -267,7 +267,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
},
typesFromFlag: []string{""},
excludeTypesFromFlag: []string{""},
wantLOC: 789,
wantLOC: 793,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand All @@ -291,7 +291,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
wantExclude: []string{},
typesFromFlag: []string{""},
excludeTypesFromFlag: []string{""},
wantLOC: 171,
wantLOC: 173,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand All @@ -303,7 +303,7 @@ func TestAnalyzer_Analyze(t *testing.T) {
wantExclude: []string{},
typesFromFlag: []string{""},
excludeTypesFromFlag: []string{""},
wantLOC: 16,
wantLOC: 18,
wantErr: false,
gitIgnoreFileName: "",
excludeGitIgnore: false,
Expand Down

0 comments on commit 68432c2

Please sign in to comment.