Skip to content

Commit

Permalink
fix_check
Browse files Browse the repository at this point in the history
  • Loading branch information
MAlj11 committed Dec 1, 2023
1 parent 9d95850 commit f0b9d38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memory/buffer_window_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package memory

import (
"context" //nolint:gci // nolint:goimports // nolint:gofumpt,gci
"context" //nolint:gofmt,gci // nolint:imports // nolint:gofmt,gci

Check failure on line 4 in memory/buffer_window_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tmc/langchaingo/schema"
"testing" //nolint:goimports // nolint:gofumpt,gci
"testing" //nolint:imports // nolint:gofmt,gci

Check failure on line 8 in memory/buffer_window_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gci`-ed with --skip-generated -s standard -s default (gci)
)

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

0 comments on commit f0b9d38

Please sign in to comment.