Skip to content

Commit

Permalink
Added a test for loading Derby files
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Sep 9, 2023
1 parent 531b738 commit 7162c6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/testthat/test-loadDatabase.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
library(BridgeDbR)
context("simple")

test_that("it can load Derby files", {
db <- loadDatabase("test.bridge")
})
Binary file added tests/testthat/test.bridge
Binary file not shown.

0 comments on commit 7162c6d

Please sign in to comment.