Skip to content

Commit

Permalink
Update test: static -> staticAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 6, 2023
1 parent db68643 commit e3645e6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/unit/ngsiv2/expressions/jexlBasedTransformations-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'color',
type: 'string',
Expand All @@ -295,7 +295,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'color',
type: 'string',
Expand All @@ -319,7 +319,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'color',
type: 'string',
Expand All @@ -343,7 +343,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'lat',
type: 'string',
Expand All @@ -368,7 +368,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'lat',
type: 'Number',
Expand All @@ -393,7 +393,7 @@ const iotAgentConfig = {
commands: [],
type: 'GPS',
lazy: [],
static: [
staticAttributes: [
{
name: 'color',
type: 'string',
Expand Down

0 comments on commit e3645e6

Please sign in to comment.