Skip to content

Commit

Permalink
Make tests go brrrr.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnchris committed Jun 30, 2023
1 parent 27f2867 commit 579eb2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func TestValidateApplicationServiceRequest(t *testing.T) {
fakeConfig := &config.Dendrite{}
fakeConfig.Defaults(config.DefaultOpts{
Generate: true,

Check failure on line 217 in internal/validate_test.go

View workflow job for this annotation

GitHub Actions / Linting

File is not `goimports`-ed (goimports)
Monolithic: true,
})
fakeConfig.Global.ServerName = "localhost"
fakeConfig.ClientAPI.Derived.ApplicationServices = []config.ApplicationService{fakeApplicationService, fakeApplicationServiceOverlap}
Expand Down

0 comments on commit 579eb2f

Please sign in to comment.