Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 2, 2024
1 parent e465509 commit 701574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_uk_ruc.py
Expand Up @@ -9,7 +9,7 @@

def test_enough_las():
df = pd.read_csv(package_dir / "la_ruc.csv")
assert len(df) == 393
assert len(df) == 394


def test_enough_cons():
Expand Down

0 comments on commit 701574b

Please sign in to comment.