Skip to content

Commit

Permalink
fix(aliases.spec.ts): update alias from 'secretTitle: title' to 'secr…
Browse files Browse the repository at this point in the history
…etTitle: secret' for consistency and clarity in test cases.
  • Loading branch information
danil-iglu committed Feb 28, 2024
1 parent 887a9a9 commit bf138ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/__tests__/aliases.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ describe('aliases', () => {
jobAd {
id
location
secretTitle: title
secretTitle: secret
workMode
}
}
Expand All @@ -132,7 +132,6 @@ describe('aliases', () => {
jobAd {
id
location
secretTitle: title
workMode
}
}
Expand Down

0 comments on commit bf138ff

Please sign in to comment.