From 12cf731c41940b5ed054f7207e49077f99862ce3 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 4 Jan 2025 16:40:46 +0100 Subject: [PATCH] typos persona_test.go --- cardinal/persona_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cardinal/persona_test.go b/cardinal/persona_test.go index 5f1d30c13..33a2de219 100644 --- a/cardinal/persona_test.go +++ b/cardinal/persona_test.go @@ -41,7 +41,7 @@ func TestPersonaTagIsValid(t *testing.T) { } func TestCreatePersonaTransactionAutomaticallyCreated(t *testing.T) { - // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with a engine. + // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with an engine. tf := NewTestFixture(t, nil) world := tf.World tf.StartWorld() @@ -125,7 +125,7 @@ func TestDuplicatePersonaTagsInTickAreOnlyRegisteredOnce(t *testing.T) { } func TestCreatePersonaFailsIfTagIsInvalid(t *testing.T) { - // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with a engine. + // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with an engine. tf := NewTestFixture(t, nil) world := tf.World tf.StartWorld() @@ -140,7 +140,7 @@ func TestCreatePersonaFailsIfTagIsInvalid(t *testing.T) { } func TestSamePersonaWithDifferentCaseCannotBeClaimed(t *testing.T) { - // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with a engine. + // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with an engine. tf := NewTestFixture(t, nil) world := tf.World tf.StartWorld() @@ -154,7 +154,7 @@ func TestSamePersonaWithDifferentCaseCannotBeClaimed(t *testing.T) { } func TestCanAuthorizeAddress(t *testing.T) { - // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with a engine. + // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with an engine. tf := NewTestFixture(t, nil) world := tf.World tf.StartWorld() @@ -192,7 +192,7 @@ func TestCanAuthorizeAddress(t *testing.T) { } func TestAuthorizeAddressFailsOnInvalidAddress(t *testing.T) { - // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with a engine. + // Verify that the cardinal.CreatePersona is automatically cardinal.Created and registered with an engine. tf := NewTestFixture(t, nil) world := tf.World tf.StartWorld()