Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyRugalev committed Jul 10, 2024
1 parent f0e3b3f commit 727dfc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi3/issue499_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package openapi3

import (
"github.com/stretchr/testify/require"
"testing"

"github.com/stretchr/testify/require"
)

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

0 comments on commit 727dfc1

Please sign in to comment.