From ae92cb06eac7555e75cf01cb58245b561612ad48 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Tue, 12 Mar 2019 10:00:23 +0200 Subject: [PATCH] [NOD-33] remove t.Parallel() from TestCheckErrorCondition because it contains monkey patching * [NOD-33] remove t.Parallel() from TestCheckErrorCondition because it contains monkey patching * [NOD-33] remove redundant line --- txscript/engine_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/txscript/engine_test.go b/txscript/engine_test.go index 80188bce8..442d63d97 100644 --- a/txscript/engine_test.go +++ b/txscript/engine_test.go @@ -79,8 +79,6 @@ func TestBadPC(t *testing.T) { } func TestCheckErrorCondition(t *testing.T) { - t.Parallel() - tests := []struct { script string finalScript bool