diff options
| author | J08nY | 2021-12-16 16:52:54 +0100 |
|---|---|---|
| committer | J08nY | 2021-12-16 16:52:54 +0100 |
| commit | b0ad3cd4be3c5efeed2ae6508cd401a1816d077a (patch) | |
| tree | 116eed058b68e6e1a414669e5c8c5890e4cd992a /tests/data | |
| parent | 43e121942e328a66c8a6957651f4b81dacf8d43e (diff) | |
| download | sec-certs-b0ad3cd4be3c5efeed2ae6508cd401a1816d077a.tar.gz sec-certs-b0ad3cd4be3c5efeed2ae6508cd401a1816d077a.tar.zst sec-certs-b0ad3cd4be3c5efeed2ae6508cd401a1816d077a.zip | |
Fix CCHeuristics attribute lookup.
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/test_cc_heuristics/dependency_dataset.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test_cc_heuristics/dependency_dataset.json b/tests/data/test_cc_heuristics/dependency_dataset.json index dcb12914..8e106a03 100644 --- a/tests/data/test_cc_heuristics/dependency_dataset.json +++ b/tests/data/test_cc_heuristics/dependency_dataset.json @@ -320,7 +320,7 @@ } }, "heuristics": { - "_type": "Heuristics", + "_type": "CCHeuristics", "extracted_versions": [ "10.1.5" ], @@ -671,7 +671,7 @@ } }, "heuristics": { - "_type": "Heuristics", + "_type": "CCHeuristics", "extracted_versions": [ "9.1.6" ], @@ -1023,7 +1023,7 @@ } }, "heuristics": { - "_type": "Heuristics", + "_type": "CCHeuristics", "extracted_versions": [ "8.1.10" ], |
