Skip to content

Commit

Permalink
update migrate test
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentysc committed Nov 29, 2024
1 parent 9d00487 commit 4a4e193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/pg/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("PgMigrate", func() {
_, err := NewMigrate(&invalidConfig, "./test/valid")

Expect(err).NotTo(BeNil())
Expect(err.Error()).To(Equal("failed to open database, \"postgres://127.0.0.1:12344/AnyNonExistDB\": dial tcp 127.0.0.1:12345: connect: connection refused"))
Expect(err.Error()).To(Equal("failed to open database, \"postgres://127.0.0.1:12345/AnyNonExistDB\": dial tcp 127.0.0.1:12345: connect: connection refused"))
})
})

Expand Down

0 comments on commit 4a4e193

Please sign in to comment.