Skip to content

Commit

Permalink
Update example_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix authored Sep 13, 2019
1 parent 99a79d9 commit 3936477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"time"
)

const keyPath = `SOFTWARE\SAAZOD\ManagedPosix`
const keyPath = `SOFTWARE\Foo\Bar`

func TestExample(t *testing.T) {
runtime.LockOSThread()
Expand Down Expand Up @@ -109,4 +109,4 @@ func try(err error) {
if err != nil {
_, _ = fmt.Fprintf(os.Stderr, "ERR: %s\n", err)
}
}
}

0 comments on commit 3936477

Please sign in to comment.