mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 09:25:46 +03:00
nomad: fixing test name
This commit is contained in:
@@ -587,7 +587,7 @@ func TestFSM_UpsertAllocs_SharedJob(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestFSM_UpdateAllocFromClient(t *testing.T) {
|
||||
func TestFSM_UpdateAllocFromClient_Unblock(t *testing.T) {
|
||||
fsm := testFSM(t)
|
||||
fsm.blockedEvals.SetEnabled(true)
|
||||
state := fsm.State()
|
||||
@@ -668,7 +668,7 @@ func TestFSM_UpdateAllocFromClient(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestFSM_UpdateAllocFromClient_Unblock(t *testing.T) {
|
||||
func TestFSM_UpdateAllocFromClient(t *testing.T) {
|
||||
fsm := testFSM(t)
|
||||
state := fsm.State()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user