Skip to content

Commit 205f4af

Browse files
authored
Merge pull request #40 from astares/39-Categorize-tests-methods-in-AIGraphAlgorithmTest
Categorize tests methods in AIGraphAlgorithmTest
2 parents 8b9f916 + d80661a commit 205f4af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/AI-Algorithms-Graph-Tests/AIGraphAlgorithmTest.class.st

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ AIGraphAlgorithmTest >> testAddNodesFromChildrenBlock [
3232
self assert: (builder findNode: ByteSymbol) adjacentNodes isEmpty
3333
]
3434

35-
{ #category : 'as yet unclassified' }
35+
{ #category : 'tests' }
3636
AIGraphAlgorithmTest >> testingAddingNodes [
3737

3838
|graphType graph dijkstra|
@@ -53,7 +53,7 @@ AIGraphAlgorithmTest >> testingAddingNodes [
5353

5454
]
5555

56-
{ #category : 'as yet unclassified' }
56+
{ #category : 'tests' }
5757
AIGraphAlgorithmTest >> testingFindingNodes [
5858

5959
|graphType graph dijkstra|
@@ -70,7 +70,7 @@ AIGraphAlgorithmTest >> testingFindingNodes [
7070
self assert: Float infinity equals: (dijkstra findNode: $g) pathDistance.
7171
]
7272

73-
{ #category : 'as yet unclassified' }
73+
{ #category : 'tests' }
7474
AIGraphAlgorithmTest >> testingNodeDictionary [
7575

7676
|graphType graph dijkstra|

0 commit comments

Comments
 (0)