Skip to content

Commit

Permalink
Update internal/ptx/dependencies_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Arturo Filastò <arturo@openobservatory.org>
  • Loading branch information
bassosimone and hellais committed Jun 10, 2021
1 parent 2250eaa commit e5e1320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ptx/dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package ptx
import "testing"

func TestCoverSilentLogger(t *testing.T) {
// let us not be distracted by uncovered lines that we can
// let us not be distracted by uncovered lines that can
// easily covered, we can easily cover defaultLogger
defaultLogger.Debugf("foo")
defaultLogger.Infof("bar")
Expand Down

0 comments on commit e5e1320

Please sign in to comment.