Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
louyuting committed Aug 13, 2020
1 parent ba7713e commit ff1e03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/base/slot_chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func TestSlotChain_Entry_Pass_And_Exit(t *testing.T) {
ctx := sc.GetPooledContext()
rw := NewResourceWrapper("abc", ResTypeCommon, Inbound)
ctx.Resource = rw
ctx.Entry = NewSentinelEntry(ctx, rw, sc)
ctx.StatNode = &StatNodeMock{}
ctx.Input = &SentinelInput{
AcquireCount: 1,
Expand Down

0 comments on commit ff1e03c

Please sign in to comment.