Skip to content

Commit

Permalink
add logger test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxuanxuan23 committed Mar 2, 2020
1 parent 7da19c4 commit 530c0e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions logger/logger_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package logger

import "testing"

func TestDebug(t *testing.T) {
Debug(AllFormat, "test", "request", "response", nil)
}

0 comments on commit 530c0e6

Please sign in to comment.