Skip to content

Commit b8dfc96

Browse files
committed
fix awkward formatting in test payload
1 parent 733c09b commit b8dfc96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

github/event_types_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12328,10 +12328,10 @@ func TestPushEventRepository_Marshal(t *testing.T) {
1232812328
"clone_url": "c",
1232912329
"svn_url": "s",
1233012330
"topics": [
12331-
"octocat",
12332-
"api"
12333-
]
12334-
}`
12331+
"octocat",
12332+
"api"
12333+
]
12334+
}`
1233512335

1233612336
testJSONMarshal(t, u, want)
1233712337
}

0 commit comments

Comments
 (0)