fix types

This commit is contained in:
Simon Knott 2024-12-30 14:37:51 +01:00
parent 2adda217f6
commit f40782d9ac
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -515,7 +515,7 @@ class HtmlBuilder {
};
}
private _createTestStep(dedupedStep: DedupedStep, result: TestResultPublic): TestStep {
private _createTestStep(dedupedStep: DedupedStep, result: api.TestResult): TestStep {
const { step, duration, count } = dedupedStep;
const testStep: TestStep = {
title: step.title,