Skip to content

Commit

Permalink
Update registration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
defacto64 authored May 18, 2024
1 parent ca1eb9d commit 395839f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v3/lint/registration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ func TestRegister(t *testing.T) {
Source: RFC6962,
},
registry: dupeReg,
expectNames: []string{egLint.Name, "sct"},
expectSources: SourceList{egLint.Source, RFC6962},
expectNames: []string{"goodLint", egLint.Name, "sct"},
expectSources: SourceList{egLint.Source, MozillaRootStorePolicy, RFC6962},
},
}

Expand Down

0 comments on commit 395839f

Please sign in to comment.