Skip to content

Commit

Permalink
tests: misspelled argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Feb 6, 2024
1 parent 858e321 commit c468691
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-currency.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (requireNamespace("httptest", quietyly = TRUE)) {
if (requireNamespace("httptest", quietly = TRUE)) {
httptest::with_mock_api({
test_that("output from currency converter is as expected", {
testthat::skip_on_cran()
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-index.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (requireNamespace("httptest", quietyly = TRUE)) {
if (requireNamespace("httptest", quietly = TRUE)) {
httptest::with_mock_api({
test_that("output from index history is as expected", {
testthat::skip_on_cran()
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-market-summary.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (requireNamespace("httptest", quietyly = TRUE)) {
if (requireNamespace("httptest", quietly = TRUE)) {
httptest::with_mock_api({
test_that("output from market summary is as expected", {
testthat::skip_on_cran()
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-ticker.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (requireNamespace("httptest", quietyly = TRUE)) {
if (requireNamespace("httptest", quietly = TRUE)) {
httptest::with_mock_api({
test_that("output from get history is as expected", {
testthat::skip_on_cran()
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-trending.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (requireNamespace("httptest", quietyly = TRUE)) {
if (requireNamespace("httptest", quietly = TRUE)) {
httptest::with_mock_api({
test_that("output from trending securities is as expected", {
testthat::skip_on_cran()
Expand Down

0 comments on commit c468691

Please sign in to comment.