mirror of
https://github.com/Kagami/go-face.git
synced 2025-10-28 01:41:38 +08:00
Call Close in test and example
For better self-documentation.
This commit is contained in:
@@ -181,3 +181,7 @@ func TestIdols(t *testing.T) {
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
func TestClose(t *testing.T) {
|
||||
rec.Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user