Skip to content

Commit

Permalink
update makefile, update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Sep 3, 2024
1 parent d6cfb97 commit 0a83f00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# find all go mod path
# returns an array contains mod path
function util::find_modules() {
find . -not \( \
find . -mindepth 2 -not \( \
\( \
-path './output' \
-o -path './.git' \
Expand Down
2 changes: 1 addition & 1 deletion log/logging/zerolog/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestGetLogger_notSet(t *testing.T) {
_, err := GetLogger()

assert.Error(t, err)
assert.Equal(t, "hlog.DefaultLogger is not a otelzerolog logger", err.Error())
assert.Equal(t, "cwlog.DefaultLogger is not a otelzerolog logger", err.Error())
}

func TestGetLogger(t *testing.T) {
Expand Down
File renamed without changes.

0 comments on commit 0a83f00

Please sign in to comment.