Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
Co-authored-by: Sanaz Taheri <[email protected]>
  • Loading branch information
sontrinh16 and staheri14 authored Jan 5, 2024
1 parent 2d5247b commit b53cf8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tree_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ func TestRegisterTree(t *testing.T) {

for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
// By registered the function on the successful testcase first
// By registering the function on the successful testcase first
// the tree name will be registered already so we can check
// the unsuccessfully testcase
// the unsuccessful testcase
err := RegisterTree(treeName, treeConstructorFn)
if test.expectErr != nil {
fmt.Println(err)
Expand Down

0 comments on commit b53cf8c

Please sign in to comment.