Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed Dec 3, 2024
1 parent 34850c4 commit 2de262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/v1/relationships_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func TestDeleteRelationshipViaWriteNoop(t *testing.T) {
require.NoError(err)
}

func TestWriteExpiringRelationshinps(t *testing.T) {
func TestWriteExpiringRelationships(t *testing.T) {
req := require.New(t)

conn, cleanup, _, _ := testserver.NewTestServer(req, 0, memdb.DisableGC, true, tf.StandardDatastoreWithData)
Expand Down

0 comments on commit 2de262c

Please sign in to comment.