Skip to content

Commit

Permalink
[#21] Fix tox test
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Sep 14, 2023
1 parent 0ab73b4 commit 1558d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_category_data_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def test_df_to_get_limited_category(self):
{
"id": 1,
"data": 1,
"repeat": 0,
"form": 1,
"name": "Water",
"opt": {
Expand All @@ -45,6 +46,7 @@ def test_df_to_get_limited_category(self):
{
"id": 1,
"data": 1,
"repeat": 0,
"form": 1,
"name": "Water",
"category": "Limited",
Expand Down

0 comments on commit 1558d3a

Please sign in to comment.