From 5472f0a3e92c508a0a5c8a33285e7309d3144a53 Mon Sep 17 00:00:00 2001
From: Eric Rosenbaum <eric.rosenbaum@gmail.com>
Date: Thu, 25 Jul 2019 16:32:27 -0400
Subject: [PATCH] Enable the accidentally disabled sound integration tests

---
 test/integration/sounds.test.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/integration/sounds.test.js b/test/integration/sounds.test.js
index 1a6d7e393..f511b9105 100644
--- a/test/integration/sounds.test.js
+++ b/test/integration/sounds.test.js
@@ -111,7 +111,7 @@ describe('Working with sounds', () => {
         await expect(logs).toEqual([]);
     });
 
-    test.only('Adding multiple sounds at the same time', async () => {
+    test('Adding multiple sounds at the same time', async () => {
         const files = [
             path.resolve(__dirname, '../fixtures/movie.wav'),
             path.resolve(__dirname, '../fixtures/sneaker.wav')
-- 
GitLab