Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Mar 29, 2022
1 parent a72ee78 commit 7c37c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/raw/license_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func TestLicenseFileCheck(t *testing.T) {
tt := tt // Re-initializing variable so it is not changed while executing the closure below
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
s := testLicenseCheck(tt.filename)
s := TestLicense(tt.filename)
if !s {
t.Fail()
}
Expand Down

0 comments on commit 7c37c7f

Please sign in to comment.