Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jun 5, 2022
1 parent d2b4b8c commit bff0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nn/aggr/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_validate():
with pytest.raises(ValueError, match="invalid dimension"):
aggr(x, index, dim=-3)

with pytest.raises(ValueError, match="mismatch between"):
with pytest.raises(ValueError, match="invalid 'dim_size'"):
aggr(x, ptr=ptr, dim_size=2)


Expand Down

0 comments on commit bff0d79

Please sign in to comment.