diff options
| author | rorewillo <[email protected]> | 2022-02-10 16:50:59 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:59 +0300 |
| commit | 708f3525bad4968571f23f3f942ac910ec3f57d3 (patch) | |
| tree | 1f328d3adc165401bd9fa2957ceffdf3ca69375a /library/cpp/monlib/encode/json/json_decoder_ut.cpp | |
| parent | a235c43ca4e121284b828a6bbef65acd5978a2bf (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/json/json_decoder_ut.cpp')
| -rw-r--r-- | library/cpp/monlib/encode/json/json_decoder_ut.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/encode/json/json_decoder_ut.cpp b/library/cpp/monlib/encode/json/json_decoder_ut.cpp index 4464e1d26a4..06b34e3ce91 100644 --- a/library/cpp/monlib/encode/json/json_decoder_ut.cpp +++ b/library/cpp/monlib/encode/json/json_decoder_ut.cpp @@ -73,10 +73,10 @@ void ValidateMetrics(const TVector<TMetricData>& metrics) { UNIT_ASSERT_VALUES_EQUAL((*m.Values)[0].GetValue().AsDouble(), 123); } -void CheckCommonPartsCollector(TString data, bool shouldBeStopped, bool checkLabels = true, bool checkTs = true, TStringBuf metricNameLabel = "name") { +void CheckCommonPartsCollector(TString data, bool shouldBeStopped, bool checkLabels = true, bool checkTs = true, TStringBuf metricNameLabel = "name") { TCommonPartsCollector commonPartsCollector; TMemoryInput memIn(data); - TDecoderJson decoder(data, &commonPartsCollector, metricNameLabel); + TDecoderJson decoder(data, &commonPartsCollector, metricNameLabel); bool isOk{false}; UNIT_ASSERT_NO_EXCEPTION(isOk = NJson::ReadJson(&memIn, &decoder)); |
