Skip to content

Commit

Permalink
fix: blackbox test use SetRootDir
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Fanton <guilhem.fanton@gmail.com>
  • Loading branch information
gfanton committed Feb 18, 2021
1 parent 478151a commit 7b5eba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/framework/bertybridge/blackbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ func Example() {
config.SetLifeCycleDriver(nil)
config.SetLoggerDriver(nil)
config.SetNotificationDriver(nil)
config.SetRootDir(tmpdir)
}

// set bridge root dir
config.SetRootDir(tmpdir)

b, err = bertybridge.NewBridge(config)
checkErr(err)

Expand Down

0 comments on commit 7b5eba5

Please sign in to comment.