mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 02:48:19 +00:00
Revert "local state: rename tests"
This reverts commit ff62eaf0634a4c09377c53d4623685437f217b49.
This commit is contained in:
parent
39615cb57b
commit
a3aa864d5b
@ -1298,7 +1298,7 @@ func TestAgentAntiEntropy_NodeInfo(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestAgent_ServiceTokens(t *testing.T) {
|
||||
func TestAgent_serviceTokens(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
tokens := new(token.Store)
|
||||
@ -1326,7 +1326,7 @@ func TestAgent_ServiceTokens(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestAgent_CheckTokens(t *testing.T) {
|
||||
func TestAgent_checkTokens(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
tokens := new(token.Store)
|
||||
@ -1353,7 +1353,7 @@ func TestAgent_CheckTokens(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestAgent_CheckCriticalTime(t *testing.T) {
|
||||
func TestAgent_checkCriticalTime(t *testing.T) {
|
||||
t.Parallel()
|
||||
lcfg := agent.LocalConfig(config.DefaultRuntimeConfig(`bind_addr = "127.0.0.1" data_dir = "dummy"`))
|
||||
l := local.NewState(lcfg, nil, new(token.Store), make(chan struct{}, 1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user