Skip to content

Commit 6ab294f

Browse files
authored
Fix to test_format_index
1 parent 17d9b0b commit 6ab294f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvlib/tests/iotools/test_bsrn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ def expected_index():
3131

3232
def test_format_index():
3333
actual = bsrn.read_bsrn(testfile)
34-
assert actual.index.equals(expected_index)
34+
assert actual.index.equals(expected_index())

0 commit comments

Comments
 (0)