Skip to content

Fix observeOnce#2993

Merged
compulim merged 3 commits intomicrosoft:masterfrom
compulim:fix-2989
Mar 14, 2020
Merged

Fix observeOnce#2993
compulim merged 3 commits intomicrosoft:masterfrom
compulim:fix-2989

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Mar 7, 2020

Fixes #2989.

Changelog Entry

Fixed

Description

observeOnce was using an older signature which is only used in RxJS but not ES Observable. This cause tests in DirectLineSpeech to fail.

Specific Changes

  • Update observeOnce to use the newer call signature

  • Testing Added
    • Updated tests

@corinagum
Copy link
Copy Markdown
Contributor

Looks like this one has some failing tests

@compulim compulim merged commit c2fcb6b into microsoft:master Mar 14, 2020
@compulim compulim deleted the fix-2989 branch March 14, 2020 06:40
@compulim compulim mentioned this pull request May 15, 2020
34 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

observeOnce should use ES Observable call pattern

3 participants