Skip to content

Commit

Permalink
Do not skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Dec 23, 2024
1 parent c094c64 commit 09e2016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/external/weni/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

func TestService(t *testing.T) {
t.Skip("Skip because it's a work in progress.")
// t.Skip("Skip because it's a work in progress.")
_, rt, db, _ := testsuite.Get()

defer dates.SetNowSource(dates.DefaultNowSource)
Expand Down

0 comments on commit 09e2016

Please sign in to comment.