Skip to content

Commit

Permalink
Oops mutated global state and didn't put it back
Browse files Browse the repository at this point in the history
  • Loading branch information
netikular committed Mar 13, 2024
1 parent 0b91968 commit e90d4e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dato_cms_graphql_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ def test_queries_path_starts_as_nil
def test_queries_path_can_be_set
DatoCmsGraphql.path_to_queries = "/app/queries"
assert_equal DatoCmsGraphql.path_to_queries, "/app/queries"
DatoCmsGraphql.path_to_queries = nil
end
end

0 comments on commit e90d4e0

Please sign in to comment.