Skip to content

Commit 4e6a1e1

Browse files
committed
TEST
1 parent 3dccb7e commit 4e6a1e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/async/async_ref_test.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,11 @@ TEST(AsyncRef, TryAction) {
607607
ecsact_async_disconnect();
608608
}
609609

610-
Test(AsyncRef, FlushNoEventsOrConnect) {
610+
TEST(AsyncRef, FlushNoEventsOrConnect) {
611611
ecsact_async_flush_events(nullptr, nullptr);
612612
}
613613

614-
Test(AsyncRef, EnqueueErrorBeforeConnect) {
614+
TEST(AsyncRef, EnqueueErrorBeforeConnect) {
615615
// It doesn't matter what is in our options. We should get an error regardless
616616
// of it's content if we aren't connected.
617617
auto options = ecsact_execution_options{};

0 commit comments

Comments
 (0)