Skip to content

Commit cd31e23

Browse files
committed
fix bug
Signed-off-by: Tony Xiang <19280867+TonyXiang8787@users.noreply.github.com>
1 parent dc4a7da commit cd31e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/native_api_tests/test_api_model_update.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ TEST_CASE_TEMPLATE(
200200
}();
201201
std::vector<ID> const source_updates_id = {1};
202202

203-
Buffer source_update_buffer{PGM_def_update_sym_load, 1};
203+
Buffer source_update_buffer{PGM_def_update_source, 1};
204204
source_update_buffer.set_nan();
205205
source_update_buffer.set_value(PGM_def_update_source_id, source_updates_id.data(), -1);
206206

0 commit comments

Comments
 (0)