Skip to content

Commit

Permalink
add missing unit test flag (#2805)
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist authored and anorth committed May 22, 2019
1 parent cd455de commit 69f5dab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol/storage/deals_awaiting_seal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ func TestDealsAwaitingSealAdd(t *testing.T) {
}

func TestDealsAwaitingSealSuccess(t *testing.T) {
tf.UnitTest(t)

newCid := types.NewCidForTestGetter()
cid1 := newCid()
cid2 := newCid()
Expand Down Expand Up @@ -161,6 +163,8 @@ func TestDealsAwaitingSealSuccess(t *testing.T) {
}

func TestDealsAwaitingSealFail(t *testing.T) {
tf.UnitTest(t)

newCid := types.NewCidForTestGetter()
cid1 := newCid()
cid2 := newCid()
Expand Down

0 comments on commit 69f5dab

Please sign in to comment.