Skip to content

Commit

Permalink
Merge branch 'main' into umutuzgur/gh-0/create-cli-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahuel Alejandro Ramos authored Aug 3, 2023
2 parents 8ad38cc + 70de135 commit a4f5a84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cli/src/constructs/api-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,14 @@ export class AssertionBuilder {
return new GeneralAssertionBuilder(AssertionSource.TEXT_BODY, property)
}

/** @deprecated Use responseTime() instead */
static responseTme () {
return new NumericAssertionBuilder(AssertionSource.RESPONSE_TIME)
}

static responseTime () {
return new NumericAssertionBuilder(AssertionSource.RESPONSE_TIME)
}
}

class NumericAssertionBuilder {
Expand Down

0 comments on commit a4f5a84

Please sign in to comment.