Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz Hennessy authored and Liz Hennessy committed Jul 10, 2023
1 parent fda3ac2 commit af4e055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/__tests__/tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { InMemoryCache, gql } from '@apollo/client';
import { renderApolloWithRouter, cleanup, waitForElement } from '../../utils/test-utils';
import Tracks from '../tracks';

/** Best practice is to export this operation from the test file. We've defined it separately to remain consistent with the course content. */
/** Best practice is to export this operation from the component file. We've defined it separately to remain consistent with the course content. */
const TRACKS = gql`
query getTracks {
tracksForHome {
Expand Down
2 changes: 1 addition & 1 deletion final/client/src/pages/__tests__/tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { InMemoryCache, gql } from '@apollo/client';
import { renderApolloWithRouter, cleanup, waitForElement } from '../../utils/test-utils';
import Tracks from '../tracks';

/** Best practice is to export this operation from the test file. We've defined it separately to remain consistent with the course content. */
/** Best practice is to export this operation from the component file. We've defined it separately to remain consistent with the course content. */
const TRACKS = gql`
query getTracks {
tracksForHome {
Expand Down

0 comments on commit af4e055

Please sign in to comment.