Skip to content

Commit

Permalink
fix use test
Browse files Browse the repository at this point in the history
  • Loading branch information
xtcyclist committed Dec 29, 2022
1 parent 4e322c8 commit 43ff142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tck/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def preload_space(
elif space == "ldbc_v0_3_3":
exec_ctx["ldbc_v0_3_3"] = load_ldbc_v0_3_3
elif space == "test":
exec_ctx["test"] = load_test_data
exec_ctx["space_desc"] = load_test_data
else:
raise ValueError(f"Invalid space name given: {space}")

Expand Down

0 comments on commit 43ff142

Please sign in to comment.