Skip to content

Commit

Permalink
chore: fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed Dec 12, 2023
1 parent 270ea25 commit 8d1f4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logflare/source/bigquery/schema_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Logflare.Source.BigQuery.SchemaTest do
Logflare.Mailer
|> expect(:deliver, 1, fn _ -> :ok end)

Logflare.Sources.Cache
Logflare.Sources
|> expect(:get_by_and_preload, fn _ -> source end)
|> expect(:get_by, fn _ -> source end)

Expand Down

0 comments on commit 8d1f4e0

Please sign in to comment.