Adding missing keyword.

This commit is contained in:
Jakub Sobon 2018-05-14 01:57:00 +01:00 committed by GitHub
parent f62bf80686
commit ec590d6149
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: get the actual fake terminal and compares the two:
```go ```go
TestWidget(t *testing.T) { func TestWidget(t *testing.T) {
tests := []struct { tests := []struct {
desc string desc string
canvas image.Rectangle canvas image.Rectangle