diff --git a/example_test.go b/example_test.go index 9d6a820..eb7f6f7 100644 --- a/example_test.go +++ b/example_test.go @@ -11,7 +11,7 @@ import ( "time" ) -const keyPath = `SOFTWARE\SAAZOD\ManagedPosix` +const keyPath = `SOFTWARE\Foo\Bar` func TestExample(t *testing.T) { runtime.LockOSThread() @@ -109,4 +109,4 @@ func try(err error) { if err != nil { _, _ = fmt.Fprintf(os.Stderr, "ERR: %s\n", err) } -} \ No newline at end of file +}