Skip to content

Commit

Permalink
revert changes for test case
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Jan 17, 2025
1 parent 511671a commit 661fa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/obj_spec_parse_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ _test_valid(const char* obj_spec_str,
as_record_init(&rec, obj_spec_n_bins(&o));
ck_assert_int_eq(obj_spec_populate_bins(&o, &rec, &random,
"test", write_bins, n_write_bins, 1.f), 0);
// _dbg_obj_spec_assert_valid(&o, &rec, write_bins, n_write_bins, "test");
_dbg_obj_spec_assert_valid(&o, &rec, write_bins, n_write_bins, "test");

val = obj_spec_gen_value(&o, &random2, write_bins, n_write_bins);
ck_assert_ptr_ne(val, NULL);
Expand Down

0 comments on commit 661fa95

Please sign in to comment.