The fact called "Test location-table" fails with the following message in core_test.clj:
Actual result did not agree with the checking function.
Actual result: "31b234c5-66f0-44e0-8db4-915f8b97ad83\t50.8\t-1.3\tPOINT(-1.3 50.8)\nc725fa38-0fb8-467a-ab24-18383543f46f\t40.8\t-122.3\tPOINT(-122.3 40.8)\ned4e49eb-5ae7-4ecd-86c9-5cb495c84693\t20.8\t-12\tPOINT(-12 20.8)\n"
Checking function: (just #"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}\t40.8\t-122.3\tPOINT(-122.3 40.8)\n")
The checker said this about the reason:
Midje program error. Please report.
A chatty checker returned nil instead of a map.
The
fact
called "Test location-table" fails with the following message incore_test.clj
: