Skip to content

Commit

Permalink
test(news): remove parallel from test with race
Browse files Browse the repository at this point in the history
  • Loading branch information
Jguer committed Sep 9, 2021
1 parent 4122716 commit b2a7281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/news/news_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ intervention when you hit this message:</p>
`

func TestPrintNewsFeed(t *testing.T) {
t.Parallel()
layout := "2006-01-02"
str := "2020-04-13"
lastNewsTime, _ := time.Parse(layout, str)
Expand Down Expand Up @@ -151,7 +150,6 @@ func TestPrintNewsFeed(t *testing.T) {
// WHEN there's a news posted at 18h00
// THEN it should still be printed
func TestPrintNewsFeedSameDay(t *testing.T) {
t.Parallel()
str := "2020-04-14T13:04:05Z"
lastNewsTime, _ := time.Parse(time.RFC3339, str)

Expand Down

0 comments on commit b2a7281

Please sign in to comment.