1
0
mirror of https://github.com/pinpox/gitea-matrix-bot synced 2024-11-22 10:21:58 +01:00
This commit is contained in:
Pablo Ovelleiro Corral 2019-04-19 10:39:53 +02:00
parent 3fa2228bae
commit 5d1276d593
No known key found for this signature in database
GPG Key ID: F7C1D57C8464E825

@ -1,20 +0,0 @@
package main
import (
"testing"
_ "github.com/matrix-org/gomatrix"
)
func Test_main(t *testing.T) {
tests := []struct {
name string
}{
// TODO: Add test cases.
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
main()
})
}
}