Skip to content

Commit

Permalink
correct version for integration test workspace name
Browse files Browse the repository at this point in the history
  • Loading branch information
walshmm committed Nov 25, 2024
1 parent 565068b commit 8b5d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapred/backend/data/GroceryService.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def createDiffcalTableWorkspaceName(
"""
wsName = wng.diffCalTable().runNumber(runNumber).version(version).build()
if version in [VersionState.DEFAULT, VERSION_START]:
wsName = wsName = wng.diffCalTable().runNumber("default").version(VersionState.DEFAULT).build()
wsName = wsName = wng.diffCalTable().runNumber("default").version(version).build()
return wsName

@validate_call
Expand Down

0 comments on commit 8b5d1de

Please sign in to comment.