Skip to content

Commit

Permalink
update test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed May 15, 2020
1 parent 2a28440 commit 5fa8cd3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/fixtures/noteGraphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default {
"type": "esriTS",
"text": "this is a test note",
"color": [
255,
255,
255,
0,
0,
0,
255
],
"font": {
Expand All @@ -24,9 +24,9 @@ export default {
},
"haloSize": 1,
"haloColor": [
0,
0,
0,
255,
255,
255,
255
],
"horizontalAlignment": "center",
Expand All @@ -37,4 +37,4 @@ export default {
"attributes": {
"text": "this is a test note"
}
}
}

0 comments on commit 5fa8cd3

Please sign in to comment.