Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jan 9, 2024
1 parent a6710df commit 2bf8d2b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ import (
)

const (
sourcePath = "/Users/jesseschmidt/Developer/asconfig/testdata/sources"
expectedPath = "/Users/jesseschmidt/Developer/asconfig/testdata/expected"
destinationPath = "/Users/jesseschmidt/Developer/asconfig/testdata/destinations"
coveragePath = "/Users/jesseschmidt/Developer/asconfig/testdata/coverage/integration"
binPath = "/Users/jesseschmidt/Developer/asconfig/testdata/bin"
extraTestPath = "/Users/jesseschmidt/Developer/asconfig/testdata/cases"
tmpServerLogPath = "/Users/jesseschmidt/Developer/asconfig/testdata/tmp_server.log"
sourcePath = "testdata/sources"
expectedPath = "testdata/expected"
destinationPath = "testdata/destinations"
coveragePath = "testdata/coverage/integration"
binPath = "testdata/bin"
extraTestPath = "testdata/cases"
tmpServerLogPath = "testdata/tmp_server.log"
)

var featKeyDir string
Expand Down

0 comments on commit 2bf8d2b

Please sign in to comment.