Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Oct 13, 2023
1 parent 6922abb commit cdfc84e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/langserver/handlers/snippets/snippets_gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import (
"fmt"
"os"
"path"
"slices"
"strings"
"testing"

"golang.org/x/exp/slices"
)

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

0 comments on commit cdfc84e

Please sign in to comment.