Skip to content

Commit

Permalink
Small fix for parameter tck (#5371)
Browse files Browse the repository at this point in the history
  • Loading branch information
czpmango authored and Sophie-Xie committed Mar 6, 2023
1 parent 37b25cb commit 8c68055
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/tck/features/yield/parameter.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Feature: Parameter

Background:
Given a graph with space named "nba"
Given an empty graph
And load "nba" csv data to a new space
Given parameters: {"p1":1,"p2":true,"p3":"Tim Duncan","p4":3.3,"p5":[1,true,3],"p6":{"a":3,"b":false,"c":"Tim Duncan"},"p7":{"a":{"b":{"c":"Tim Duncan","d":[1,2,3,true,"Tim Duncan"]}}},"p8":"Manu Ginobili", "p9":["Tim Duncan","Tony Parker"]}

Scenario: [param-test-001] without define param
Expand Down

0 comments on commit 8c68055

Please sign in to comment.