Skip to content

Commit 1bdf429

Browse files
committed
fix typo
1 parent 89338e4 commit 1bdf429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgl/tests/test_graph_saint_sample.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved.
1+
# Copyright (c) 2020 PaddlePaddle Authors. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
2222

2323

2424
class GraphSaintSampleTest(unittest.TestCase):
25-
"""ScatterAddTest"""
25+
"""GraphSaintSampleTest"""
2626

2727
def test_randomwalk_sampler(self):
2828
"""test_scatter_add"""

0 commit comments

Comments
 (0)