Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add failing test for #5167 #5168

Closed
wants to merge 1 commit into from

Conversation

bantic
Copy link
Member

@bantic bantic commented Sep 6, 2017

Demonstrates the behavior described in #5167.

Removing these lines from loadCar (and the assertions of the value of person.get('cars.length'))
makes the tests pass:

  run(() => {
    env.store.peekAll('car').forEach(car => car.set('person', person));
  });

@bantic
Copy link
Member Author

bantic commented Sep 6, 2017

Added comments in the test to point out which assertions fail.

@runspired
Copy link
Contributor

This is covered by the tests added in #5378

@runspired runspired closed this Apr 2, 2018
@runspired runspired added 🏷️ test This PR primarily adds tests for a feature and removed test-contribution labels Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ test This PR primarily adds tests for a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants