Skip to content

Commit

Permalink
Remover teste para arquivo DFP de 2020
Browse files Browse the repository at this point in the history
Arquivo DFP de 2020 removido do site da CVM!
https://dados.cvm.gov.br/dados/CIA_ABERTA/DOC/DFP/DADOS/
  • Loading branch information
dude333 committed Nov 3, 2023
1 parent c1b7e46 commit 993ddad
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkg/contabil/repositorio/repositorio_cvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,9 @@ func Test_cvm_Importar(t *testing.T) {
{
name: "deveria funcionar",
args: args{
ctx: context.Background(),
ano: 2020,
},
want: make(<-chan dominio.Resultado),
wantErr: false,
},
{
name: "deveria funcionar",
args: args{
ctx: context.Background(),
ano: 2019,
ctx: context.Background(),
ano: 2019,
trimestral: false,
},
want: make(<-chan dominio.Resultado),
wantErr: false,
Expand Down

0 comments on commit 993ddad

Please sign in to comment.