Browse Source

spelling: habit

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
1bfe2f6db2
  1. 2
      storage/sql/config_test.go

2
storage/sql/config_test.go

@ -59,7 +59,7 @@ type opener interface {
}
func testDB(t *testing.T, o opener, withTransactions bool) {
// t.Fatal has a bad habbit of not actually printing the error
// t.Fatal has a bad habit of not actually printing the error
fatal := func(i interface{}) {
fmt.Fprintln(os.Stdout, i)
t.Fatal(i)

Loading…
Cancel
Save