2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-13 15:26:48 +00:00
Daniel Nephin e759daafdd Rename NewTestAgentWithFields to StartTestAgent
This function now only starts the agent.

Using:

git grep -l 'StartTestAgent(t, true,' | \
        xargs sed -i -e 's/StartTestAgent(t, true,/StartTestAgent(t,/g'
2020-03-31 17:14:55 -04:00
..
2020-02-11 10:57:50 +01:00