Skip to content

Commit

Permalink
Merge branch 'useComposeNotSwarm' of https://github.com/internetofwat…
Browse files Browse the repository at this point in the history
…er/scheduler into useComposeNotSwarm
  • Loading branch information
C-Loftus committed Jan 30, 2025
2 parents 480a8b4 + 1a8b027 commit 116842a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userCode/test/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ def test_e2e():
"""

resultDict = execute_sparql(query)
assert "Florida River" in resultDict["o"], (
"The Florida River Mainstem was not found in the graph"
)
assert (
"Florida River" in resultDict["o"]
), "The Florida River Mainstem was not found in the graph"

result = resolved_job.execute_in_process(
instance=instance, partition_key="cdss_co_gages__0"
Expand Down

0 comments on commit 116842a

Please sign in to comment.