Skip to content

Commit

Permalink
[Misc] Fix test names (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
massquantity authored Oct 21, 2024
1 parent 84e34eb commit 631da46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/models/test_graphsage_dgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
),
],
)
def test_pinsage(
def test_graphsage_dgl(
feat_data_small,
task,
paradigm,
Expand Down
2 changes: 1 addition & 1 deletion tests/models/test_pinsage_dgl.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
),
],
)
def test_pinsage(
def test_pinsage_dgl(
feat_data_small,
task,
paradigm,
Expand Down
2 changes: 1 addition & 1 deletion tests/test_collators.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_pairwise_collator(config_feat_data):
],
indirect=True,
)
def test_graph_collator(config_feat_data):
def test_graph_dgl_collator(config_feat_data):
train_data, data_info = config_feat_data
original_data = BatchData(train_data, use_features=True)[[11, 7, 2]]

Expand Down

0 comments on commit 631da46

Please sign in to comment.