Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cynicaljoy committed Oct 28, 2024
1 parent 93ca4e3 commit f43af15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logging_log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
"testing"

"github.com/fauna/fauna-go/v2"
"github.com/fauna/fauna-go/v3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion logging_slog_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
"testing"

"github.com/fauna/fauna-go/v2"
"github.com/fauna/fauna-go/v3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"testing"

"github.com/fauna/fauna-go/v2"
"github.com/fauna/fauna-go/v3"
"github.com/stretchr/testify/require"
)

Expand Down

0 comments on commit f43af15

Please sign in to comment.