Call Close in test and example

For better self-documentation.
This commit is contained in:
Kagami Hiiragi
2018-08-12 16:43:35 +03:00
parent 7aae0e5221
commit 45d735efbb
2 changed files with 6 additions and 0 deletions

View File

@@ -181,3 +181,7 @@ func TestIdols(t *testing.T) {
})
}
}
func TestClose(t *testing.T) {
rec.Close()
}