Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelizimm committed Jan 3, 2024
1 parent 859748a commit cc57572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vetiver/tests/test_write_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ def test_write_app(vetiver_model_creation):
assert (
contents
== f"""from vetiver import VetiverModel
from dotenv import load_dotenv, find_dotenv
import vetiver
import pins
load_dotenv(find_dotenv())
b = pins.board_folder({repr(tempdir)}, allow_pickle_read=True)
v = VetiverModel.from_pin(b, 'model', version = {repr(version)})
Expand Down

0 comments on commit cc57572

Please sign in to comment.