(t *testing.T)
| 7774 | } |
| 7775 | |
| 7776 | func TestJetStreamPullSubscribeOptions(t *testing.T) { |
| 7777 | withJSCluster(t, "FOPTS", 3, testJetStreamFetchOptions) |
| 7778 | } |
| 7779 | |
| 7780 | func testJetStreamFetchOptions(t *testing.T, srvs ...*jsServer) { |
| 7781 | srv := srvs[0] |
nothing calls this directly
no test coverage detected