Skip to content

Commit 1185cf7

Browse files
Update test/testBlocks.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1753976 commit 1185cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBlocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ function blobsStoresTestBlock!(fg)
11701170
@show bllb = DistributedFactorGraphs.incrDataLabelSuffix(fg, :a, :testing)
11711171
newData2 = addData!(fg, fs.key, :a, bllb, testData) # convenience wrapper over addBlob!
11721172
nbe = listBlobEntries(fg, :a)
1173-
filter!(s->occursin(r"testing",string(s)), nbe)
1173+
filter!(s -> occursin(r"testing", string(s)), nbe)
11741174
@test 2 == length(nbe)
11751175
# TODO: incrSuffix when adding repeat labels, e.g. :testing_1, :testing_2
11761176
data2 = getData(fg, :a, :testing)

0 commit comments

Comments
 (0)