Skip to content

Commit

Permalink
Merge branch 'feat/cotacao-converter' of github.com:peapescarte/pesca…
Browse files Browse the repository at this point in the history
…rte-plataforma into feat/cotacao-converter

* 'feat/cotacao-converter' of github.com:peapescarte/pescarte-plataforma:
  • Loading branch information
Zoey de Souza Pessanha committed Jul 11, 2023
2 parents b1098e9 + 52c530f commit 055a6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/cotacoes_etl/lib/cotacoes_etl/workers.ex

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ defmodule CotacoesETL.Workers.Pesagro.BoletimDownloaderTest do
assert start_supervised!(BoletimDownloader)

assert :ok = Process.send(BoletimDownloader, {:download, @boletim_pdf_entry}, [])
assert_receive {:pdf_converted, path}, 1_000
assert path == @pdf_converted_path
end

test "quando recebe uma mensagem que um novo boletim ZIP foi encontrado" do
Expand Down

0 comments on commit 055a6aa

Please sign in to comment.