6 lines
153 B
Hy
6 lines
153 B
Hy
|
(import [hy.contrib.botsbuildbots [*]])
|
||
|
(require hy.contrib.botsbuildbots)
|
||
|
|
||
|
(defn test-botsbuildbots []
|
||
|
(assert (> (len (first (Botsbuildbots))) 50)))
|