Skip to content

Commit

Permalink
Rename test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
l3kn committed Mar 13, 2024
1 parent e7dc402 commit ae4e655
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions tests/org-fc-card-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(ert-deftest org-fc-test-card-init-normal ()
(ert-test-erts-file
(org-fc-test-fixture "erts/card_init_normal.erts")
(org-fc-test-fixture "erts/card_init_normal_sm2.erts")
(lambda ()
(org-fc-test-with-overwrites
(org-fc-test-overwrite-fun
Expand All @@ -24,7 +24,7 @@

(ert-deftest org-fc-test-card-rate-normal ()
(ert-test-erts-file
(org-fc-test-fixture "erts/card_rate_normal.erts")
(org-fc-test-fixture "erts/card_rate_normal_sm2.erts")
(lambda ()
(let* ((file (org-fc-file :path "mock-path"))
(card (org-fc-card :file file :id "mock-id" :algo (org-fc-algo-sm2)))
Expand All @@ -43,7 +43,7 @@

(ert-deftest org-fc-test-card-init-double ()
(ert-test-erts-file
(org-fc-test-fixture "erts/card_init_double.erts")
(org-fc-test-fixture "erts/card_init_double_sm2.erts")
(lambda ()
(org-fc-test-with-overwrites
(org-fc-test-overwrite-fun
Expand All @@ -63,7 +63,7 @@

(ert-deftest org-fc-test-card-rate-double ()
(ert-test-erts-file
(org-fc-test-fixture "erts/card_rate_double.erts")
(org-fc-test-fixture "erts/card_rate_double_sm2.erts")
(lambda ()
(let* ((file (org-fc-file :path "mock-path"))
(card (org-fc-card :file file :id "mock-id" :algo (org-fc-algo-sm2)))
Expand Down

0 comments on commit ae4e655

Please sign in to comment.