Skip to content

Commit 4974f5f

Browse files
committed
fixup
1 parent add20d2 commit 4974f5f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tests/IntegrationTest.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ public virtual async Task InitializeAsync()
7777
}
7878
_management = _connection.Management();
7979
}
80-
81-
/*
82-
* Note: re-assigning here since Theory tests
83-
* will include the theory data at this point
84-
*/
85-
_queueName = $"{_testDisplayName}-queue-{Now}";
86-
_exchangeName = $"{_testDisplayName}-exchange-{Now}";
8780
}
8881

8982
public virtual async Task DisposeAsync()

0 commit comments

Comments
 (0)