Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
3 lines
165 B
Go
3 lines
165 B
Go
package deploy
|
|
import "testing"
|
|
func TestParseOrganizationalUnit(t *testing.T){ if parseOrganizationalUnit("organizational_unit=ou/Batch\n")!="ou/Batch"{t.Fatal()} } |