mirror of https://github.com/mum4k/termdash.git
Adding missing keyword.
This commit is contained in:
parent
f62bf80686
commit
ec590d6149
|
@ -56,7 +56,7 @@ A typical unit test creates the expected fake terminal, executes the widget to
|
|||
get the actual fake terminal and compares the two:
|
||||
|
||||
```go
|
||||
TestWidget(t *testing.T) {
|
||||
func TestWidget(t *testing.T) {
|
||||
tests := []struct {
|
||||
desc string
|
||||
canvas image.Rectangle
|
||||
|
|
Loading…
Reference in New Issue