Skip to content

Commit 10dc901

Browse files
author
Varun Rathore
committed
add mock test
1 parent 758d6e4 commit 10dc901

File tree

2 files changed

+138
-70
lines changed

2 files changed

+138
-70
lines changed

firebase_admin/remote_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def evaluate(self, context: Optional[Dict[str, Union[str, int]]] = None) -> 'Ser
133133
ValueError: If the input arguments are invalid.
134134
"""
135135
# Logic to process the cached template into a ServerConfig here.
136-
# TODO: Add Condition evaluator.
137136
if not self._cache:
138137
raise ValueError("""No Remote Config Server template in cache.
139138
Call load() before calling evaluate().""")

0 commit comments

Comments
 (0)