Skip to content

Commit

Permalink
typos persona_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 4, 2025
1 parent aa099a9 commit 12cf731
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cardinal/persona_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand All @@ -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()
Expand All @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 12cf731

Please sign in to comment.