Skip to content

Commit

Permalink
Run test in the current working director
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 22, 2024
1 parent 7387b9c commit b1705b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tables/sofa/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@ func TestDownloadFile(t *testing.T) {
server := setup()
defer teardown(server)

cwd, err := os.Getwd()
assert.NoError(t, err)

client, err := NewSofaClient(
WithURL(server.URL),
WithCacheDir(cwd),
)

assert.NoError(t, err)
Expand Down

0 comments on commit b1705b7

Please sign in to comment.