Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 3936477

Browse files
authored
Update example_test.go
1 parent 99a79d9 commit 3936477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"time"
1212
)
1313

14-
const keyPath = `SOFTWARE\SAAZOD\ManagedPosix`
14+
const keyPath = `SOFTWARE\Foo\Bar`
1515

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

0 commit comments

Comments
 (0)