add methods for (some) missing test cases

This commit is contained in:
2023-01-13 12:54:19 +01:00
parent e49d9159e4
commit 0ec7a9d274
4 changed files with 62 additions and 6 deletions

View File

@@ -492,4 +492,10 @@ func TestChannelUpdate(t *testing.T) {
}
//TODO test missing channel-xx methods
func TestListChannelMessages(t *testing.T) {
t.SkipNow() //TODO
}
func TestListChannelSubscriptions(t *testing.T) {
t.SkipNow() //TODO
}