Skip to content

Commit

Permalink
rename dsl test package name
Browse files Browse the repository at this point in the history
  • Loading branch information
agiledragon committed Sep 10, 2022
1 parent d08753b commit ff1b5f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/dsl_test/func_dsl_test.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package dsl_test
package dsltest

import (
. "github.com/agiledragon/gomonkey/v2/test/fake"
"testing"

. "github.com/agiledragon/gomonkey/v2/test/fake"

. "github.com/agiledragon/gomonkey/v2"
. "github.com/agiledragon/gomonkey/v2/dsl"
. "github.com/smartystreets/goconvey/convey"
Expand Down

0 comments on commit ff1b5f4

Please sign in to comment.