Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
simonxmh committed Nov 25, 2024
1 parent d7edaef commit 7b2f4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestProjectsCreate(t *testing.T) {
options := ProjectCreateOptions{
Name: "foo",
Description: String("qux"),
AutoDestroyActivityDuration: jsonapi.NewNullableAttrWithValue("3d"),
AutoDestroyActivityDuration: jsonapi.NewNullableAttrWithValue("3d"),
}

w, err := client.Projects.Create(ctx, orgTest.Name, options)
Expand Down Expand Up @@ -430,4 +430,3 @@ func TestProjectsAutoDestroySettings(t *testing.T) {
assert.Equal(t, p.AutoDestroyActivityDuration, w.AutoDestroyActivityDuration,)
})
}

0 comments on commit 7b2f4df

Please sign in to comment.