File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Async/NHSpecificTest/Logs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public async Task WillGetSessionIdFromSessionLogsConcurrentAsync()
109
109
for ( var j = 0 ; j < 10 ; j ++ )
110
110
{
111
111
var sessionId = sessionIds [ i ] ;
112
- Assert . That ( loggingEvent , Does . Contain ( $ "@ p0 = { i * 10 + j } [Type: Int32 (0:0:0)] | SessionId: { sessionId } ") ) ;
112
+ Assert . That ( loggingEvent , Does . Contain ( $ "p0 = { i * 10 + j } [Type: Int32 (0:0:0)] | SessionId: { sessionId } ") ) ;
113
113
}
114
114
}
115
115
}
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ public void WillGetSessionIdFromSessionLogsConcurrent()
98
98
for ( var j = 0 ; j < 10 ; j ++ )
99
99
{
100
100
var sessionId = sessionIds [ i ] ;
101
- Assert . That ( loggingEvent , Does . Contain ( $ "@ p0 = { i * 10 + j } [Type: Int32 (0:0:0)] | SessionId: { sessionId } ") ) ;
101
+ Assert . That ( loggingEvent , Does . Contain ( $ "p0 = { i * 10 + j } [Type: Int32 (0:0:0)] | SessionId: { sessionId } ") ) ;
102
102
}
103
103
}
104
104
}
You can’t perform that action at this time.
0 commit comments