Skip to content

Commit

Permalink
Fix bugg in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Oct 30, 2016
1 parent 838104e commit 02c3664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mallet/tests/testthat/test_mallet-io.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_that(desc="save.mallet",{
expect_true(!file.exists(state_file))

expect_silent(save.mallet.state(topic.model = topic.model, state.file = state_file))
expect_silent(save.mallet.state(topic.model = topic.model, state.file = wrong_state_file))
expect_error(save.mallet.state(topic.model = topic.model, state.file = wrong_state_file))

expect_true(file.exists(state_file))

Expand Down

0 comments on commit 02c3664

Please sign in to comment.