Skip to content

Commit

Permalink
Fix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmckinsey1 committed Jul 11, 2024
1 parent e7815f0 commit 3ecea5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thicket/tests/test_get_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_get_node(literal_thickets):
tk, tk2, tk3 = literal_thickets

with pytest.raises(ValueError):
foo = tk.get_node("Foo")
tk.get_node("Foo")

baz = tk.get_node("Baz")

Expand Down

0 comments on commit 3ecea5b

Please sign in to comment.