Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / test / controllers / radar_data_point_controller_test.exs
index fdc1540..65a3b7f 100644 (file)
@@ -2,7 +2,7 @@ defmodule TechRadarEditor.RadarDataPointControllerTest do
   use TechRadarEditor.ConnCase
 
   alias TechRadarEditor.RadarDataPoint
-  @valid_attrs %{cycle: 42, description: "some content", is_new: true, name: "some content", quadrant: 42}
+  @valid_attrs %{cycle: 2, description: "some content", is_new: true, name: "some content", quadrant: 2}
   @invalid_attrs %{}
 
   test "lists all entries on index", %{conn: conn} do