Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 17, 2024
1 parent 06ea81e commit e280dd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/test/style.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('Style: Basic Point', async () => {
enabled_styles: true,
styles: {
point: {
color: '#ffffff',
'marker-color': '#ffffff',
remarks: 'Test Remarks'
}
}
Expand All @@ -24,7 +24,7 @@ test('Style: Basic Point', async () => {
}), {
type: 'Feature',
properties: {
color: '#ffffff',
'marker-color': '#ffffff',
remarks: 'Test Remarks',
metadata: {},
stale: 123000
Expand All @@ -42,7 +42,7 @@ test('Style: Basic Point: Disabled', async () => {
enabled_styles: false,
styles: {
point: {
color: '#ffffff',
'marker-color': '#ffffff',
remarks: 'Test Remarks'
}
}
Expand Down Expand Up @@ -73,7 +73,7 @@ test('Style: Basic Point: Stale only applied if stale is undefined on root featu
enabled_styles: false,
styles: {
point: {
color: '#ffffff',
'marker-color': '#ffffff',
remarks: 'Test Remarks'
}
}
Expand Down

0 comments on commit e280dd7

Please sign in to comment.