Skip to content

Commit d3b6765

Browse files
committed
testing
1 parent 8ee9af6 commit d3b6765

File tree

2 files changed

+24
-28
lines changed

2 files changed

+24
-28
lines changed

.idea/workspace.xml

+24-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

main_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111

1212
func TestFindAllPost(t *testing.T) {
1313
app := newApp()
14-
1514
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
1615
defer cancel()
1716
posts, err := app.findAllPost(ctx)

0 commit comments

Comments
 (0)