Skip to content

Commit 43bcdc1

Browse files
committed
Reformat with newer air
1 parent 1c507e3 commit 43bcdc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/async/test-http.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test_that("HEAD", {
1919
test_that("headers", {
2020
xx <- NULL
2121
do <- async(function() {
22-
headers = c("X-Header-Test" = "foobar", "X-Another" = "boooyakasha")
22+
headers <- c("X-Header-Test" = "foobar", "X-Another" = "boooyakasha")
2323
http_get(http$url("/headers"), headers = headers)$then(
2424
function(.) {
2525
jsonlite::fromJSON(rawToChar(.$content), simplifyVector = FALSE)

0 commit comments

Comments
 (0)