Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamgilbert committed May 28, 2024
1 parent 3fd4836 commit 9d89563
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tables/wifi_network/wifi_network_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package wifi_network

import (
"errors"
"fmt"
"testing"

"github.com/osquery/osquery-go/plugin/table"
Expand All @@ -25,7 +24,6 @@ func (m MockOsqueryClient) Close() {}
type MockCommandExecutor struct{}

func (m MockCommandExecutor) ExecCommand(name string, args ...string) ([]byte, error) {
fmt.Println(args)
if args[1] == "en0" {
return []byte("Current Wi-Fi Network: MyNetwork"), nil
}
Expand Down

0 comments on commit 9d89563

Please sign in to comment.