Skip to content

Commit

Permalink
fix import test
Browse files Browse the repository at this point in the history
  • Loading branch information
uelei committed Nov 5, 2023
1 parent 1d83c41 commit b13dfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"testing"
"time"
lib "uelei/brl-rate-get/pkg"
lib "github.com/uelei/brl-rate-get/pkg"
)

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

0 comments on commit b13dfc8

Please sign in to comment.