Skip to content

Commit

Permalink
Update test-stream-network-examples.R
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Thorson-NOAA committed Nov 10, 2019
1 parent 9353617 commit b99124f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-stream-network-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ test_that("Stream network example is working ", {
test_path = file.path(multispecies_example_path,"Stream_network")
load( file.path(test_path,"parameter_estimates.RData") )
load( file.path(test_path, "settings.RData"))
settings$Version = FishStatsUtils::get_latest_version()
attach(settings)
on.exit( detach(settings) )

Expand Down

0 comments on commit b99124f

Please sign in to comment.