Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Dec 19, 2024
1 parent f29cc58 commit d1608c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env0/resource_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ func TestUnitProjectResource(t *testing.T) {
subProject := client.Project{
Id: "subProjectId",
Description: "sub project des",
Name: "sub project name",
Name: "sub project nam",
ParentProjectId: project.Id,
}

updatedSubproject := client.Project{
Id: "subProjectId",
Description: "sub project des2",
Name: "sub project name2",
Name: "sub project nam2",
ParentProjectId: "other_parent_id",
}

Expand Down

0 comments on commit d1608c0

Please sign in to comment.