add methods for (some) missing test cases
This commit is contained in:
@@ -146,4 +146,6 @@ func TestReuseFCM(t *testing.T) {
|
||||
tt.AssertEqual(t, "clients->client_id", cid2, fmt.Sprintf("%v", r3.Clients[0]["client_id"]))
|
||||
}
|
||||
|
||||
//TODO test missing client-xx methods
|
||||
func TestListClients(t *testing.T) {
|
||||
t.SkipNow() //TODO
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user