Skip to content

Commit 1f5d7cf

Browse files
committed
fixup: fix print
1 parent 70b3b98 commit 1f5d7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pytest_codspeed/instruments/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, config: CodSpeedConfig, mode: MeasurementMode) -> None:
4141

4242
def get_instrument_config_str_and_warns(self) -> tuple[str, list[str]]:
4343
config = (
44-
f"instrument: {self.mode.value}, "
44+
f"mode: {self.mode.value}, "
4545
f"callgraph: {'enabled' if SUPPORTS_PERF_TRAMPOLINE else 'not supported'}"
4646
)
4747
warns = []

0 commit comments

Comments
 (0)