Skip to content

Commit 4875342

Browse files
committed
TEST
1 parent e1b5b8a commit 4875342

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
@@ -597,11 +597,11 @@ TEST(AsyncRef, TryAction) {
597597
ecsact_async_disconnect();
598598
}
599599

600-
Test(AsyncRef, FlushNoEventsOrConnect) {
600+
TEST(AsyncRef, FlushNoEventsOrConnect) {
601601
ecsact_async_flush_events(nullptr, nullptr);
602602
}
603603

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

0 commit comments

Comments
 (0)