Skip to content

Commit

Permalink
Update main_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bfabio authored Oct 20, 2023
1 parent 5094a67 commit 5236925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func TestPublishersEndpoints(t *testing.T) {
assert.IsType(t, []interface{}{}, response["data"])
data := response["data"].([]interface{})

assert.Equal(t, 13, len(data))
assert.Equal(t, 14, len(data))
},
},
{
Expand Down

0 comments on commit 5236925

Please sign in to comment.