rename partial shuffle to login shuffle

This commit is contained in:
2024-12-06 12:57:20 -06:00
parent 70dee23918
commit 9ec8864122
4 changed files with 4 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ func TestUserInterface_PartialInterfaceShuffle(t *testing.T) {
userInterface, err := NewUserInterface(&kp, mockSvgInterface)
assert.NoError(t, err)
preShuffle := userInterface.IdxInterface
err = userInterface.PartialInterfaceShuffle()
err = userInterface.LoginShuffle()
assert.NoError(t, err)
postShuffle := userInterface.IdxInterface