Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Oct 3, 2023
1 parent e70c655 commit 3a434a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/spec_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ func TestSpecIndex_DigitalOcean_FullCheckoutLocalResolve(t *testing.T) {

index := NewSpecIndexWithConfig(&rootNode, config)

assert.Len(t, index.GetAllExternalIndexes(), 291)
assert.NotNil(t, index)
assert.Len(t, index.GetAllExternalIndexes(), 296)

ref := index.SearchIndexForReference("resources/apps/apps_list_instanceSizes.yml")
assert.NotNil(t, ref)
Expand Down

0 comments on commit 3a434a8

Please sign in to comment.