-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
On windows and cd6240e
1) TranslateAddressProviderTest
should provide true for default config and publicly reachable single member:
AssertionError: expected false to be true
+ expected - actual
-false
+true
at Context.<anonymous> (test\unit\network\TranslateAddressProviderTest.js:236:37)
at process._tickCallback (internal/process/next_tick.js:68:7)
2) TranslateAddressProviderTest
should provide true for default config and publicly reachable members:
AssertionError: expected false to be true
+ expected - actual
-false
+true
at Context.<anonymous> (test\unit\network\TranslateAddressProviderTest.js:251:37)
at process._tickCallback (internal/process/next_tick.js:68:7)