Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix expected repr diff
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Oct 23, 2024
1 parent 9179cf2 commit 019418e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datatree/tests/test_formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ def test_diff_node_data(self):
Data in nodes at position '/a' do not match:
Data variables only on the left object:
v int64 1
v int64 8B 1
Data in nodes at position '/a/b' do not match:
Differing data variables:
L w int64 5
R w int64 6"""
L w int64 8B 5
R w int64 8B 6"""
)
actual = diff_tree_repr(dt_1, dt_2, "equals")
assert actual == expected

0 comments on commit 019418e

Please sign in to comment.