tests/testthat/test-find_outbound_neighbors.R

test_that("find_outbound_neighbors works", {
  expect_equal(find_outbound_neighbors(1), "SELECT * FROM edges WHERE source = \"1\";")
})

Try the simplegraphdb package in your browser

Any scripts or data that you put into this service are public.

simplegraphdb documentation built on March 12, 2021, 5:05 p.m.