Skip to content

Commit

Permalink
Test: fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Savion authored and Ido Savion committed Sep 4, 2024
1 parent edbeb9e commit 9fc48c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buntdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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++ {
Expand Down

0 comments on commit 9fc48c3

Please sign in to comment.