Skip to content

Commit

Permalink
Fix tests now default test font is smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed May 24, 2020
1 parent adddcae commit 71e0889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion term_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func TestTerminal_Resize(t *testing.T) {
term := NewTerminal()
term.Resize(fyne.NewSize(45, 45))

assert.Equal(t, uint(3), term.config.Columns)
assert.Equal(t, uint(4), term.config.Columns)
assert.Equal(t, uint(2), term.config.Rows)
}

Expand Down

0 comments on commit 71e0889

Please sign in to comment.