mirror of
https://github.com/bettercap/bettercap
synced 2025-07-14 00:53:46 -07:00
9 lines
140 B
Go
9 lines
140 B
Go
package network
|
|
|
|
import "testing"
|
|
|
|
func TestOuiVar(t *testing.T) {
|
|
if len(oui) <= 0 {
|
|
t.Error("unable to find any oui infromation")
|
|
}
|
|
}
|