Test pledging before nv13 upgrade

This commit is contained in:
Łukasz Magiera
2021-05-20 18:38:33 +02:00
parent f3fda4ae7f
commit 13ff6ed462
2 changed files with 92 additions and 0 deletions
+3
View File
@@ -152,6 +152,9 @@ func TestPledgeBatching(t *testing.T) {
t.Run("100", func(t *testing.T) {
test.TestPledgeBatching(t, builder.MockSbBuilder, 50*time.Millisecond, 100)
})
t.Run("100-before-nv13", func(t *testing.T) {
test.TestPledgeBeforeNv13(t, builder.MockSbBuilder, 50*time.Millisecond, 100)
})
}
func TestTapeFix(t *testing.T) {