mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 12:37:49 +00:00
fixed test for updated ds values
This commit is contained in:
@@ -190,7 +190,7 @@ func TestSpecIndex_DigitalOcean(t *testing.T) {
|
|||||||
// get all the files!
|
// get all the files!
|
||||||
files := remoteFS.GetFiles()
|
files := remoteFS.GetFiles()
|
||||||
fileLen := len(files)
|
fileLen := len(files)
|
||||||
assert.Equal(t, 1654, fileLen)
|
assert.Equal(t, 1658, fileLen)
|
||||||
assert.Len(t, remoteFS.GetErrors(), 0)
|
assert.Len(t, remoteFS.GetErrors(), 0)
|
||||||
|
|
||||||
// check circular references
|
// check circular references
|
||||||
|
|||||||
Reference in New Issue
Block a user