Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
LevanSamadashvili committed Feb 13, 2022
1 parent 65531ac commit a342aad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified App/tests/test_database.db
Binary file not shown.
2 changes: 1 addition & 1 deletion App/tests/test_statistics_respoitory.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_add_statistics_none(self) -> None:
result_set = self.cursor.execute("SELECT * FROM statistics").fetchall()
assert len(result_set) == 0

def get_statistics(self) -> None:
def test_get_statistics(self) -> None:
self.cursor.execute(
"INSERT INTO statistics (num_transactions, profit) VALUES (?, ?)",
(3, 10.0),
Expand Down

0 comments on commit a342aad

Please sign in to comment.