Skip to content

Commit

Permalink
test improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs4 committed Apr 20, 2024
1 parent 0a64c3f commit 9ca3fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

func TestServerSideEvent(t *testing.T) {
log.SetOutput(io.Discard)
req := httptest.NewRequest(http.MethodGet, "/.servus", nil)
res := httptest.NewRecorder()

Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:

.PHONY: test
test:
go test -test.v ./...
go test ./...

.PHONY: release
release:
Expand Down

0 comments on commit 9ca3fc0

Please sign in to comment.