Skip to content

Commit

Permalink
test(camel): fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Nov 2, 2023
1 parent e3f4c3f commit 8394e33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('camel-preferences-service', () => {
test('Saving single preference', () => {
//Given
const savedPreference: Partial<CamelOptions> = {
hideOptionDocumentation: true,
showInflightCounter: true,
}
const expectedString = JSON.stringify(savedPreference)

Expand All @@ -77,7 +77,7 @@ describe('camel-preferences-service', () => {
//Given
const savedPreference: Partial<CamelOptions> = {
maximumLabelWidth: 5,
hideOptionDefaultValue: true,
showInflightCounter: true,
}
const overwrittenPreference: Partial<CamelOptions> = {
maximumLabelWidth: 4,
Expand Down

0 comments on commit 8394e33

Please sign in to comment.