Skip to content

Commit

Permalink
Update test_utils_firebase.py (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcattan authored Oct 26, 2022
1 parent e3d4bda commit 9f54699
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_utils_firebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
from sklearn.svm import SVC


def test_firebase_connection():
# Should retrieve correct certificate
assert not FirebaseConnector() is None


def test_firebase_connector():
mock_data = {
'dataset1': {
Expand Down

0 comments on commit 9f54699

Please sign in to comment.