Skip to content

Commit bca7361

Browse files
test symbol correction
1 parent b486fb1 commit bca7361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pctest/test_publish.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void test_connect::on_add_symbol( pc::manager *, pc::price *sym )
151151
return;
152152
}
153153
// construct publisher for SYMBOL1
154-
if ( nsym == "AAPL" && !pub1_ ) {
154+
if ( nsym == "SYMBOL1" && !pub1_ ) {
155155
pub1_ = new test_publish( sym, 10000, 100 );
156156
}
157157
// construct publisher for SYMBOL2

0 commit comments

Comments
 (0)