Skip to content

Commit

Permalink
fix: rename unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Jan 9, 2024
1 parent 4e3c7b0 commit 1c4f684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logdb/logdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func TestEvents(t *testing.T) {
}
}

func TestLogDB_NewestBlockID(t *testing.T) {
func TestNewestBlockID(t *testing.T) {
db, err := logdb.NewMem()
if err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 1c4f684

Please sign in to comment.