girishramnani / polly

A social poll application
MIT License
45 stars 5 forks source link

Tests added for polls manager #10

Closed Gaurav1924 closed 1 month ago

Gaurav1924 commented 1 month ago

Added tests for list_polls_with_ids/0, get_poll!/1, get_poll_simple!/1, has_option?/2, update_poll/2, and change_poll/2 in polls_manager_test.ex

Fixes #10