summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Akiki <stephen.akiki@algorand.com>2022-07-11 13:06:09 -0400
committerStephen Akiki <stephen.akiki@algorand.com>2022-07-11 13:06:09 -0400
commit9c6993a25dabcfcc6f3885acc1611ba3100363e1 (patch)
treede3066ca16832b9fb341b1d0c5aeb129d187be21
parent76c18523925c74a0926ee7f17feeac13ca485ae4 (diff)
-rw-r--r--node/node_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/node_test.go b/node/node_test.go
index 587389b4f..93eda4e37 100644
--- a/node/node_test.go
+++ b/node/node_test.go
@@ -556,6 +556,8 @@ func TestAsyncRecord(t *testing.T) {
// TestOfflineOnlineClosedBitStatus a test that validates that the correct bits are being set
func TestOfflineOnlineClosedBitStatus(t *testing.T) {
+ partitiontest.PartitionTest(t)
+
tests := []struct {
name string
acctData basics.OnlineAccountData