summaryrefslogtreecommitdiff
path: root/tests/functional/multiple-channels-and-users/papod.go
blob: 6f6a67bbdcb2a08720ade88fa4eab595e0ad2aa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
package papod

import (
	g "gobang"
)



func MainTest() {
	g.Testing("multiple users can join a channel", func() {
	})
}