hainenber commented on code in PR #38151:
URL: https://github.com/apache/superset/pull/38151#discussion_r2912410478
##########
superset-frontend/plugins/plugin-chart-cartodiagram/test/util/layerUtil.test.ts:
##########
@@ -36,6 +36,7 @@ describe('layerUtil', () => {
describe('createWfsLayer', () => {
test('properly applies style', async () => {
const colorToExpect = '#123456';
+ const fillColor = '#ff0000';
Review Comment:
I think the test is to see if `createWfsLayer` can properly apply input
styles into created objects, which it does. So any color can just do as test
input for verification.
@jansule sorry for tagging but correct me if I'm wrong on this, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]