Skip to content

Commit

Permalink
fix: TestBuryMockCemetery_Bury
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed May 23, 2024
1 parent 334e8e7 commit 4558404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@ func TestBuryMockCemetery_Bury(t *testing.T) {
assert.Equal(t, point, tomb.GetGoner())

tombs := cemetery.GetTomByType(reflect.TypeOf(*point))
assert.Equal(t, point, tombs[0].GetGoner())
assert.Equal(t, 2, len(tombs))
}

0 comments on commit 4558404

Please sign in to comment.