Skip to content

Commit

Permalink
fix-conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Jan 6, 2020
1 parent dd8d7aa commit c999520
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/helpers/comparison-utils.js
Expand Up @@ -209,12 +209,8 @@ export function cmpDataset(t, expectedDataset, actualDataset, opt = {}) {
cmpField(
t,
expectedDataset.fields[i],
<<<<<<< HEAD
actualField,
`dataset.${expectedDataset.id} fields ${actualField.name}`
=======
`dataset.${expectedDataset.id}.${key} fields ${actualField.name} should be the same`
>>>>>>> [Feat] Gpu data filtering - 5 (#858)
);
});
} else if (key === 'gpuFilter') {
Expand Down

0 comments on commit c999520

Please sign in to comment.