Skip to content

Commit 7107ee4

Browse files
committed
format and missed one commit
1 parent f69f683 commit 7107ee4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

test/iifCompareTests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,4 @@ end
112112

113113
#TODO add proper subraph tests here (or remove testset), spot check for now.
114114
@test issetequal(listVariables(sfg), [:x0; :x1])
115-
116115
end

test/iifInterfaceTests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ end
153153
@test issetequal(ls(dfg, Position{1}), [:a, :b])
154154

155155
varNearTs = findVariablesNearTimestamp(dfg, now())
156-
# TODO
157-
@test_skip varNearTs[1][1] == [:b]
156+
157+
@test varNearTs[1][1] == [:b]
158158
end
159159

160160
# Gets

0 commit comments

Comments
 (0)