Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wcharczuk committed Oct 27, 2024
1 parent 98f095b commit cb0c2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_n_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ func Test_MapN_RemoveInput_heightUpdates(t *testing.T) {
err = g.Stabilize(ctx)
testutil.NoError(t, err)
testutil.Equal(t, 1, om.Value())
testutil.Equal(t, 2, mn.Node().height)
testutil.Equal(t, 2, mn.Node().height, "the height should stay the same as strictly it shouldn't get smaller, but staying higher is fine")
}

0 comments on commit cb0c2bc

Please sign in to comment.