7db0fcdafb
Closes #678. Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
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)))
|