(t *testing.T)
| 764 | testTransactionQueueGlobalLimiting(t, false) |
| 765 | } |
| 766 | func TestTransactionQueueGlobalLimitingNoLocals(t *testing.T) { |
| 767 | testTransactionQueueGlobalLimiting(t, true) |
| 768 | } |
| 769 | |
| 770 | func testTransactionQueueGlobalLimiting(t *testing.T, nolocals bool) { |
| 771 | t.Parallel() |
nothing calls this directly
no test coverage detected