summaryrefslogtreecommitdiff
path: root/tests/main.lisp
blob: 84d23a9b23efc936a05fd9c89039cdafd939be92 (plain)
1
2
3
4
5
6
7
8
9
10
(defpackage matrix-bot/tests/main
  (:use :cl
        :matrix-bot
        :rove))
(in-package :matrix-bot/tests/main)

;; NOTE: To run this test file, execute `(asdf:test-system :matrix-bot)' in your Lisp.
(deftest test-target-1
  (testing "should (= 1 1) to be true"
    (ok (= 1 1))))