Skip to content

Commit

Permalink
Fail test
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Teoh <albert@packsmith.io>
  • Loading branch information
Albert Teoh committed Dec 29, 2023
1 parent 5971d1e commit ffb5a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions empty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
package jaeger

import (
"github.com/stretchr/testify/assert"
"testing"

"go.uber.org/goleak"
Expand All @@ -23,6 +24,7 @@ import (
func TestDummy(t *testing.T) {
// This is a dummy test in the root package.
// Without it `go test -v .` prints "testing: warning: no tests to run".
assert.FailNow(t, "failing to test out summary output")
}

func TestMain(m *testing.M) {
Expand Down

0 comments on commit ffb5a58

Please sign in to comment.