You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
199 B

context("minimal package functionality")
skip_on_cran()
expect_true("user" %in% names(pt_usage()))
x <- pt_info("d210f4dbea97949f694e849507951881")
expect_true("md5" %in% names(x$pcap_metadata))