mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-09 04:20:17 +00:00
Tuned up local file handling and cleaned things up
Signed-off-by: quobix <dave@quobix.com>
This commit is contained in:
@@ -53,7 +53,6 @@ func TestSpecIndex_MapNodes(t *testing.T) {
|
||||
mappedKeyNode, ok = index.GetNode(15, 999)
|
||||
assert.False(t, ok)
|
||||
assert.Nil(t, mappedKeyNode)
|
||||
|
||||
}
|
||||
|
||||
func BenchmarkSpecIndex_MapNodes(b *testing.B) {
|
||||
|
||||
Reference in New Issue
Block a user