mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-24 23:12:31 +00:00
[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
This commit is contained in:
parent
aacb2ada43
commit
ae92cb06ea
@ -79,8 +79,6 @@ func TestBadPC(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestCheckErrorCondition(t *testing.T) {
|
func TestCheckErrorCondition(t *testing.T) {
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
script string
|
script string
|
||||||
finalScript bool
|
finalScript bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user