Skip to content

Commit 591b09d

Browse files
committed
checkpoint
Signed-off-by: Jeff Ortel <[email protected]>
1 parent 65d27ba commit 591b09d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis/analysis_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ func TestApplicationAnalysis(t *testing.T) {
168168
pp.Println(task)
169169
}
170170

171+
dir, err := os.MkdirTemp("", "attachments")
172+
printTaskAttachments(task, dir)
173+
171174
var gotAppAnalyses []api.Analysis
172175
var gotAnalysis api.Analysis
173176

0 commit comments

Comments
 (0)