Skip to content

Commit

Permalink
chore: Fixing typo in monitor_test.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
michealroberts committed May 25, 2022
1 parent b0459d3 commit 912c520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/alpacago/monitor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestNewSafetyMonitorDeviceNumber(t *testing.T) {
}

func TestNewSafetyMonitorIsConnected(t *testing.T) {
var got, err = dome.IsConnected()
var got, err = monitor.IsConnected()

var want = true

Expand Down

0 comments on commit 912c520

Please sign in to comment.