Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Mar 20, 2024
1 parent a294c88 commit 6fe8e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grammar-selector/spec/grammar-selector-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ describe('GrammarSelector', () => {
}
}

expect(cppCount).toBe(3); // ensure we actually saw two grammars
expect(cppCount).toBe(3); // ensure we actually saw three grammars
});

it('shows all three if false (in proper order when language parser is textmate)', async () => {
Expand Down

0 comments on commit 6fe8e53

Please sign in to comment.