Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3449,11 +3449,9 @@ interface GitJasprTest {
)

// It may seem silly to repeat what is already defined in GitJaspr.HEADER, but if a dev changes
// the header I want
// these tests to break so that any such changes are very deliberate. This is a compromise
// between referencing the
// same value from both tests and prod and the other extreme of repeating this header text
// manually in every test.
// the header, I want these tests to break so that any such changes are very deliberate. This is
// a compromise between referencing the same value from both tests and prod and the other
// extreme of repeating this header text manually in every test.
private fun String.toStatusString(
actual: String,
namedStackInfo: NamedStackInfo? = null,
Expand Down
Loading