nblockchain / TgSharp

Telegram client library implemented in C#
32 stars 12 forks source link

Tests: load NumberToSendMessage in init process #45

Closed aarani closed 3 years ago

aarani commented 3 years ago

738a849 moves loading of "NumberToSendMessage" property to SendMessage test even though there are 3 other tests that use that variable thereby breaking all 3 tests because of NumberToSendMessage being null.

This commit moves the load process back to init phase so all 4 tests can use NumberToSendMessage.

aarani commented 3 years ago

will be merged in #41.