Skip to content

Commit

Permalink
🚚 Rename _accessor to otype
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf committed Jan 8, 2025
1 parent ebd93eb commit 270089f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/hub-local/test_update_schema_in_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ def test_update_schema_in_hub(setup_instance):
"related_schema_name": None,
}

assert schema["schema_json"]["core"]["artifact"]["fields"]["_accessor"] == {
assert schema["schema_json"]["core"]["artifact"]["fields"]["otype"] == {
"type": "CharField",
"column_name": "_accessor",
"column_name": "otype",
"through": None,
"field_name": "_accessor",
"field_name": "otype",
"model_name": "artifact",
"schema_name": "core",
"is_link_table": False,
Expand Down

0 comments on commit 270089f

Please sign in to comment.