Skip to content

Commit

Permalink
Address pull request review comments
Browse files Browse the repository at this point in the history
Refer: #1
  • Loading branch information
andaru committed Sep 8, 2015
1 parent f33835d commit 4de55f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/yang/file_test.go
Expand Up @@ -99,7 +99,7 @@ func TestScanForPathsAndAddModules(t *testing.T) {
}
}

// however, a sub moduleis not a valid argument to GetModule.
// however, a sub module is not a valid argument to GetModule.
if _, err := ms.GetModule("sub"); err == nil {
t.Error("want an error when loading 'sub', got nil")
}
Expand Down
2 changes: 1 addition & 1 deletion testdata/subdir/subdir1.yang
Expand Up @@ -9,4 +9,4 @@ namespace "namespace:goes:here";

description
"This module is to be found by test cases.";
}
}

0 comments on commit 4de55f5

Please sign in to comment.