Skip to content

Commit

Permalink
closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
shichen85 committed Dec 2, 2024
1 parent 9e8b3e3 commit e1fd4cc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,19 +132,19 @@ function grc_register_async_function_tests(){
grc_expect_eq(video_format_rgba, video_get_format(), "The format should be rgba");
grc_expect_eq(false, video_is_looping(), "the video should not be looping.");
return grc_instance_create(grc_o_video_function_test);
}).only();
});

olympus_add_async_test("video_end_event_missing", function(){
return grc_instance_create(grc_o_video_end_event_missing);
}).only();
});

olympus_add_async_test("video_open_block", function(){
return grc_instance_create(grc_o_video_open_block);
});

olympus_add_async_test("video_fps_freeze", function(){
return grc_instance_create(grc_o_video_fps_freeze);
}).only();
});

olympus_add_async_test("global_function_definition_test", function(){
return grc_instance_create(grc_o_global_function_definition_test);
Expand Down

0 comments on commit e1fd4cc

Please sign in to comment.