Skip to content
Snippets Groups Projects
Commit 5cbf14f0 authored by Kerdo Kurs's avatar Kerdo Kurs
Browse files

HOTFIX: fix failing TDD

parent fd87cc74
No related branches found
No related tags found
No related merge requests found
Pipeline #46704 passed
......@@ -22,7 +22,7 @@ defmodule PropTrackrWeb.SearchControllerTest do
another_user = %User{
name: "Another user",
surname: "User",
birth_date: "2000-01-01",
birth_date: ~D[2000-01-01],
phone_number: "000",
bio: "Yo",
email: "another.user@gmail.com",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment