mirror of
https://github.com/fluffle/goirc
synced 2025-07-02 11:33:54 +00:00
Test Channel.ParseModes().
This commit is contained in:
parent
2a6f19dc83
commit
60cd5b975f
3 changed files with 132 additions and 6 deletions
|
@ -65,7 +65,7 @@ func TestDelChannel(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func TestParseModes(t *testing.T) {
|
||||
func TestNickParseModes(t *testing.T) {
|
||||
l, m := logging.NewMock()
|
||||
nk := NewNick("test1", l)
|
||||
md := nk.Modes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue