@@ -80,7 +80,7 @@ func assertFileContent(t *testing.T, path, want string) {
8080 assert .Equal (t , want , string (data ))
8181}
8282
83- // --- extractEntry ---
83+ // --- extractEntry ---.
8484
8585func TestExtractEntry (t * testing.T ) {
8686 open := func (content string ) func () (io.ReadCloser , error ) {
@@ -137,7 +137,7 @@ func TestExtractEntry(t *testing.T) {
137137 })
138138}
139139
140- // --- extractTarGzSubtree ---
140+ // --- extractTarGzSubtree ---.
141141
142142func TestExtractTarGzSubtree (t * testing.T ) {
143143 const prefix = "repo-main/plugins/auth0/"
@@ -171,7 +171,7 @@ func TestExtractTarGzSubtree(t *testing.T) {
171171 })
172172}
173173
174- // --- extractZipSubtree ---
174+ // --- extractZipSubtree ---.
175175
176176func TestExtractZipSubtree (t * testing.T ) {
177177 const prefix = "repo-main/plugins/auth0/"
@@ -203,7 +203,7 @@ func TestExtractZipSubtree(t *testing.T) {
203203 })
204204}
205205
206- // --- mergeDir ---
206+ // --- mergeDir ---.
207207
208208func TestMergeDir (t * testing.T ) {
209209 t .Run ("copies flat files" , func (t * testing.T ) {
@@ -230,7 +230,7 @@ func TestMergeDir(t *testing.T) {
230230 })
231231}
232232
233- // --- fetchToTempFile ---
233+ // --- fetchToTempFile ---.
234234
235235func TestFetchToTempFile (t * testing.T ) {
236236 t .Run ("returns open seeked file and byte count on 200" , func (t * testing.T ) {
@@ -265,7 +265,7 @@ func TestFetchToTempFile(t *testing.T) {
265265 })
266266}
267267
268- // --- fetchCommitSHA ---
268+ // --- fetchCommitSHA ---.
269269
270270func TestFetchCommitSHA (t * testing.T ) {
271271 shaResponse := func (sha string ) roundTripFunc {
0 commit comments