Skip to content

Commit

Permalink
update case
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Jul 30, 2024
1 parent 9ea0141 commit e13e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric/tests/test_metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using namespace ylt::metric;
template <size_t id>
struct test_id_t {};

using my_metric_mgr = metric_manager_t<test_id_t<1>>;
using my_metric_mgr = metric_manager_t<test_id_t<100>>;

auto g_counter = my_metric_mgr::create_metric_dynamic<counter_t>("test1", "");

Expand Down

0 comments on commit e13e774

Please sign in to comment.