Skip to content

Commit 6f42955

Browse files
committed
testing
1 parent c55dd6c commit 6f42955

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import (
77
"testing"
88
)
99

10+
func TestFindAllPost(t *testing.T) {
11+
12+
}
13+
1014
func TestGetPosts(t *testing.T) {
1115
// Create a request to pass to our handler. We don't have any query parameters for now, so we'll
1216
// pass 'nil' as the third parameter.

0 commit comments

Comments
 (0)