From 9fc48c30530a32256c3bf261dcb525d65aca682f Mon Sep 17 00:00:00 2001 From: Ido Savion Date: Mon, 26 Aug 2024 17:27:27 +0300 Subject: [PATCH] Test: fix small typo --- buntdb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buntdb_test.go b/buntdb_test.go index d32584d..a05d370 100644 --- a/buntdb_test.go +++ b/buntdb_test.go @@ -46,7 +46,7 @@ func testClose(db *DB) { _ = os.RemoveAll("data.db") } -func TestBackgroudOperations(t *testing.T) { +func TestBackgroundOperations(t *testing.T) { db := testOpen(t) defer testClose(db) for i := 0; i < 1000; i++ {