Skip to content

Commit

Permalink
Adjust the simple unit test I broke with recent PSML updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gcla committed Feb 22, 2021
1 parent 4dcdd54 commit 5c3827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shark/columnformat_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestCF1(t *testing.T) {
cfmap := make(map[string]PsmlColumnSpec)
for _, f := range fields.fields {
fmt.Printf("GCLA: adding %v\n", f)
cfmap[f.Field] = f
cfmap[f.Field.Token] = f
}

m1, ok := cfmap["%At"]
Expand Down

0 comments on commit 5c3827b

Please sign in to comment.