Skip to content

Commit a365d71

Browse files
committed
Update pandas version in tests
Signed-off-by: Itay Dafna <[email protected]>
1 parent 28eba7a commit a365d71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_datagrid.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def test_data_object_generation(dataframe: pd.DataFrame) -> None:
130130
{"name": "ipydguuid", "type": "integer"},
131131
],
132132
"primaryKey": ["key", "ipydguuid"],
133-
"pandas_version": "0.20.0",
133+
"pandas_version": "1.4.0",
134134
"primaryKeyUuid": "ipydguuid",
135135
},
136136
"fields": [
@@ -141,6 +141,8 @@ def test_data_object_generation(dataframe: pd.DataFrame) -> None:
141141
],
142142
}
143143

144+
print(data_object)
145+
144146
assert data_object == expected_output
145147

146148

0 commit comments

Comments
 (0)