Skip to content

Commit

Permalink
Sync nucleotide-count tests (#357)
Browse files Browse the repository at this point in the history
* Swap expected and result order

* Add missing author

* Format the stub

* Revert "Swap expected and result order"

This reverts commit 7083f89.
  • Loading branch information
BNAndras authored Apr 24, 2024
1 parent 177d2fe commit 155854e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion exercises/practice/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": [],
"authors": [
"cpaulbond"
],
"contributors": [
"canweriotnow"
],
Expand Down
7 changes: 5 additions & 2 deletions exercises/practice/nucleotide-count/nucleotide-count.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

;;; Commentary:

(defun nucleotide-count (sequence)
;;; Code:
)


(defun nucleotide-count (sequence)
(error "Delete this S-Expression and write your own implementation"))


(provide 'nucleotide-count)
;;; nucleotide-count.el ends here

0 comments on commit 155854e

Please sign in to comment.