mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-29 02:03:35 +00:00
Bot: Added tests for middlewares
This commit is contained in:
parent
e556d2afad
commit
6613aa5b41
|
@ -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.")
|
|
||||||
}
|
|
Loading…
Reference in a new issue