forked from mystiq/dex
spelling: habit
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
a996c4ba54
commit
1bfe2f6db2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ type opener interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
func testDB(t *testing.T, o opener, withTransactions bool) {
|
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{}) {
|
fatal := func(i interface{}) {
|
||||||
fmt.Fprintln(os.Stdout, i)
|
fmt.Fprintln(os.Stdout, i)
|
||||||
t.Fatal(i)
|
t.Fatal(i)
|
||||||
|
|
Loading…
Reference in a new issue