Skip to content

Commit

Permalink
update snaps with newest elmer
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Oct 28, 2024
1 parent cc7f007 commit 1ff0a82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/pal-add-remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pal_boopery
Message
-- A boopery pal using claude-3-5-sonnet-20240620.
-- A boopery pal using claude-3-5-sonnet-latest.

# pal addition with bad inputs

Expand Down
6 changes: 3 additions & 3 deletions tests/testthat/_snaps/pal-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
.init_pal("cli")
Message
-- A cli pal using claude-3-5-sonnet-20240620.
-- A cli pal using claude-3-5-sonnet-latest.

---

Code
.init_pal("testthat")
Message
-- A testthat pal using claude-3-5-sonnet-20240620.
-- A testthat pal using claude-3-5-sonnet-latest.

# can use other models

Expand All @@ -28,7 +28,7 @@
.init_pal("cli")
Message
-- A cli pal using claude-3-5-sonnet-20240620.
-- A cli pal using claude-3-5-sonnet-latest.

# errors informatively with bad role

Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/_snaps/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
env_get(pal_env(), ".pal_last")
Message
-- A cli pal using claude-3-5-sonnet-20240620.
-- A cli pal using claude-3-5-sonnet-latest.

---

Code
env_get(pal_env(), ".pal_last_cli")
Message
-- A cli pal using claude-3-5-sonnet-20240620.
-- A cli pal using claude-3-5-sonnet-latest.

---

Expand Down

0 comments on commit 1ff0a82

Please sign in to comment.