Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Nov 9, 2023
1 parent 9ba633a commit ef01200
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8255,7 +8255,7 @@ func TestRuntimeFlowEventTypes(t *testing.T) {
)
}

func TestInvalidatedResourceUse(t *testing.T) {
func TestRuntimeInvalidatedResourceUse(t *testing.T) {

t.Parallel()

Expand Down Expand Up @@ -8447,7 +8447,7 @@ func TestInvalidatedResourceUse(t *testing.T) {

}

func TestInvalidatedResourceUse2(t *testing.T) {
func TestRuntimeInvalidatedResourceUse2(t *testing.T) {

t.Parallel()

Expand Down Expand Up @@ -9473,7 +9473,7 @@ func TestRuntimeInvalidWrappedPrivateCapability(t *testing.T) {
require.ErrorAs(t, err, &argumentNotImportableErr)
}

func TestNestedResourceMoveInDestructor(t *testing.T) {
func TestRuntimeNestedResourceMoveInDestructor(t *testing.T) {

t.Parallel()

Expand Down Expand Up @@ -9661,7 +9661,7 @@ func TestNestedResourceMoveInDestructor(t *testing.T) {
require.ErrorAs(t, err, &interpreter.UseBeforeInitializationError{})
}

func TestNestedResourceMoveInTransaction(t *testing.T) {
func TestRuntimeNestedResourceMoveInTransaction(t *testing.T) {

t.Parallel()

Expand Down

0 comments on commit ef01200

Please sign in to comment.