Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Mar 18, 2024
1 parent f0253a4 commit bcf8b5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"github.com/version-fox/vfox/internal/logger"
)

//go:embed testdata/plugins/java.lua
//go:embed testdata/plugins/java/main.lua
var pluginContent string
var pluginPath = "testdata/plugins/java.lua"
var pluginPath = "testdata/plugins/java/main.lua"

func setupSuite(tb testing.TB) func(tb testing.TB) {
logger.SetLevel(logger.DebugLevel)
Expand Down
File renamed without changes.

0 comments on commit bcf8b5a

Please sign in to comment.