Skip to content

Commit

Permalink
add context error check on merge of labels and label names, format
Browse files Browse the repository at this point in the history
Signed-off-by: Erlan Zholdubai uulu <erlanz@amazon.com>
  • Loading branch information
erlan-z committed Apr 12, 2024
1 parent 0ffa5f4 commit 59ef5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/strutil/merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package strutil

import (
"context"
"github.com/efficientgo/core/testutil"
"testing"

"github.com/efficientgo/core/testutil"
)

func TestMergeSlices(t *testing.T) {
Expand Down

0 comments on commit 59ef5ee

Please sign in to comment.