Skip to content

Commit

Permalink
testcase copies per code review. #161
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Feb 15, 2018
1 parent 0b2fcac commit 8077e5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions provider/gpkg/gpkg_register_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func TestCleanup(t *testing.T) {
}

for name, tc := range tests {
tc := tc
t.Run(name, func(t *testing.T) {
fn(t, tc)
})
Expand Down
1 change: 1 addition & 0 deletions provider/gpkg/gpkg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func TestNewTileProvider(t *testing.T) {
}

for name, tc := range tests {
tc := tc
t.Run(name, func(t *testing.T) {
fn(t, tc)
})
Expand Down

0 comments on commit 8077e5c

Please sign in to comment.