Created command test file in pubsub module

This commit is contained in:
Kelvin Mwinuka
2024-03-14 23:55:14 +08:00
parent 28dcfd2835
commit b49a0e24bc

View File

@@ -0,0 +1,27 @@
package pubsub
import "testing"
func Test_HandleSubscribe(t *testing.T) {
}
func Test_HandleUnsubscribe(t *testing.T) {
}
func Test_HandlePublish(t *testing.T) {
}
func Test_HandlePubSubChannels(t *testing.T) {
}
func Test_HandleNumPat(t *testing.T) {
}
func Test_HandleNumSub(t *testing.T) {
}