Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
labi-le committed Feb 29, 2024
1 parent fdab756 commit f718670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipc_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package client

import (
"os"
"reflect"
"testing"
)

var ipctest = NewClient("84ab8d11e8951a6551d1e1bf87796a8589da6d47_1709243326")
var ipctest = NewClient(os.Getenv("HYPRLAND_INSTANCE_SIGNATURE"))

func Test_ipc_Clients(t *testing.T) {
got, err := ipctest.Clients()
Expand Down

0 comments on commit f718670

Please sign in to comment.