all: rephrase prose to fit codebase voice
Reword comments, one doc paragraph, and one test failure message so the prose reads naturally. No behaviour change.
This commit is contained in:
parent
de60982d83
commit
010a5564c5
11 changed files with 21 additions and 21 deletions
|
|
@ -596,7 +596,7 @@ func TestDeleteUser_TaggedNodeSurvives(t *testing.T) {
|
|||
require.NoError(t, err)
|
||||
require.True(t, resp.MachineAuthorized)
|
||||
|
||||
// Verify the registered node has nil UserID (enforced invariant).
|
||||
// Verify the registered node has nil UserID (enforced at registration).
|
||||
node, found := app.state.GetNodeByNodeKey(nodeKey.Public())
|
||||
require.True(t, found)
|
||||
require.True(t, node.IsTagged())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue