Skip to content

Commit

Permalink
test: remove duplicated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogay committed Oct 14, 2023
1 parent 98e0f4f commit e055ea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ pub extern "C" fn run_tests(
status &= gdnative::export::hint::test_enum_hint_without_mapping();
status &= gdnative::export::hint::test_enum_hint_with_mapping();

status &= test_underscore_method_binding();
status &= test_rust_class_construction();
status &= test_from_instance_id();
status &= test_nil_object_return_value();
status &= test_rust_class_construction();
Expand Down

0 comments on commit e055ea2

Please sign in to comment.