Skip to content

Commit 91d868d

Browse files
committed
Fix tests
1 parent 5ad2452 commit 91d868d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.

pandas/tests/io/sas/test_sas7bdat.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,6 @@ def test_exception_propagation_rle_decompress(tmp_path, datapath):
385385

386386
def test_0x00_control_byte(datapath):
387387
# GH 47099
388-
fname = datapath("io", "sas", "data", "0x00controlbyte.sas7bdat.gz")
388+
fname = datapath("io", "sas", "data", "0x00controlbyte.sas7bdat.bz2")
389389
df = next(pd.read_sas(fname, chunksize=11_000))
390-
assert df.shape == (1, 20)
390+
assert df.shape == (11_000, 20)

0 commit comments

Comments
 (0)