Skip to content

Commit

Permalink
Clarify that WriteTrace overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 20, 2023
1 parent 7209628 commit b4e35e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/json_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

// TraceWriter is an interface for writers that write steps to files.
type TraceWriter interface {
// WriteTraceToFile writes a given trace to a file, overwriting the file if it already exists.
WriteTraceToFile(filepath string, trace []Step) error
}

Expand Down

0 comments on commit b4e35e3

Please sign in to comment.