Skip to content

Commit f2994c3

Browse files
committed
better test name
1 parent e7d9a1d commit f2994c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/ExpMngr/Scripts/ParticipantListSelection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void CreateNewPPList(string filePath)
8686
{
8787
row1[dataPoint.internalName] = dataPoint.controller.GetDefault();
8888
}
89-
row1["ppid"] = "example001";
89+
row1["ppid"] = "test";
9090

9191
exampleData.Rows.Add(row1);
9292

0 commit comments

Comments
 (0)