mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
Make test match struct's name
This commit is contained in:
@@ -17,7 +17,7 @@ func (w *testWriter) Write(p []byte) (int, error) {
|
||||
return len(p), nil
|
||||
}
|
||||
|
||||
func TestPty_Record(t *testing.T) {
|
||||
func TestTerminal_Record(t *testing.T) {
|
||||
command := `python -c "
|
||||
import sys, time, os
|
||||
sys.stdout.write('foo')
|
||||
|
||||
Reference in New Issue
Block a user