Skip to content

Commit

Permalink
Update database/bfgd/database_ext_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Sing <joshua@bloq.com>
  • Loading branch information
ClaytonNorthey92 and joshuasing authored May 29, 2024
1 parent 8782c8c commit 64c8b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/bfgd/database_ext_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ func TestBtcHeightsNoChildren(t *testing.T) {
slices.Sort(heights)
slices.Sort(toCmp)

// we return a nil slice if emtpy, change that here for deep.Equal
// we return a nil slice if empty, change that here for deep.Equal
if len(heights) == 0 {
heights = []uint64{}
}
Expand Down

0 comments on commit 64c8b05

Please sign in to comment.