Test: fix small typo

This commit is contained in:
Ido Savion 2024-08-26 17:27:27 +03:00
parent edbeb9e03c
commit 9fc48c3053
1 changed files with 1 additions and 1 deletions

View File

@ -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++ {