Skip to content

Commit

Permalink
Updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Feb 3, 2021
1 parent 2ff1eef commit 62e9598
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ describe('RelevanceTuningLogic', () => {

describe('selectors', () => {
describe('engineHasSchemaFields', () => {
it('should false if there is only a single field in a schema', () => {
// I believe this is because schemas *always* have an ID, and we don't consider that
// a tunable field
it('should return false if there is only a single field in a schema', () => {
// This is because if a schema only has a single field, it is "id", which we do not
// consider a tunable field.
mount({
schema: {
id: 'foo',
Expand Down

0 comments on commit 62e9598

Please sign in to comment.