Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed Nov 15, 2023
1 parent 5c32204 commit 0e55486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ecto/adapters/sqlite3_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ defmodule Ecto.Adapters.SQLite3ConnTest do
@uuid_regex ~R/^[[:xdigit:]]{8}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{4}\b-[[:xdigit:]]{12}$/

setup do
original_binary_id_type = Application.get_env(:ecto_sqlite3, :binary_id_type, :string)
original_binary_id_type =
Application.get_env(:ecto_sqlite3, :binary_id_type, :string)

on_exit(fn ->
Application.put_env(:ecto_sqlite3, :binary_id_type, original_binary_id_type)
Expand Down

0 comments on commit 0e55486

Please sign in to comment.