parent
b26a6cf65e
commit
df6256224c
2 changed files with 53 additions and 1 deletions
@ -0,0 +1,10 @@ |
|||||||
|
package room |
||||||
|
|
||||||
|
import "testing" |
||||||
|
|
||||||
|
func TestRandomName(t *testing.T) { |
||||||
|
s := RandomName() |
||||||
|
if s == "" { |
||||||
|
t.Error("Expected string, got nil", s) |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue