Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine2116 committed Oct 3, 2023
1 parent 0d838ef commit cc0eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transverses_misc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ func TestTransversesService_RecupererCoordonneesBancairesValides(t *testing.T) {
want := &ListeCoordonneesBancaires{
CodeRetour: 0,
Libelle: "GCU_MSG_01_000",
Coordonnees: []CoordonneesBancaires{{
Coordonnees: []CoordonneeBancaire{{
Id: 1,
Nom: "n1",
}, {
Expand Down

0 comments on commit cc0eccd

Please sign in to comment.