1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-28 21:29:25 +00:00

Bot: Added tests for middlewares

This commit is contained in:
diamondburned (Forefront) 2020-05-10 18:45:42 -07:00
parent e556d2afad
commit 6613aa5b41

View file

@ -1,11 +0,0 @@
package main
import "testing"
func TestAdminOnly(t *testing.T) {
t.Fatal("Do me.")
}
func TestGuildOnly(t *testing.T) {
t.Fatal("Do me.")
}