Skip to content

Commit

Permalink
add go doc to test
Browse files Browse the repository at this point in the history
CI was complaining about missing comments on the new test function. It feels a bit silly to require this of tests but whatever XD
  • Loading branch information
bosouza committed Nov 22, 2024
1 parent d93be1a commit b0b266a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helper/trace/debug_trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/stretchr/testify/require"
)

// TestStartDebugTrace tests the debug trace functionality creating real
// files and traces.
func TestStartDebugTrace(t *testing.T) {
t.Run("error_on_non_existent_dir", func(t *testing.T) {
_, _, err := StartDebugTrace("non-existent-dir", "filePrefix")
Expand Down

0 comments on commit b0b266a

Please sign in to comment.