aboutsummaryrefslogtreecommitdiff
path: root/test/models/audio_file_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/models/audio_file_test.exs')
-rw-r--r--test/models/audio_file_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/models/audio_file_test.exs b/test/models/audio_file_test.exs
index 749cf4e..c9e0189 100644
--- a/test/models/audio_file_test.exs
+++ b/test/models/audio_file_test.exs
@@ -3,7 +3,7 @@ defmodule TheTranscriberBackend.AudioFileTest do
alias TheTranscriberBackend.AudioFile
- @valid_attrs %{audio_duration: "some content", audio_path: "some content", transcription_file_path: "some content"}
+ @valid_attrs %{audio_duration: "some content", audio_path: "some content", audio_name: "some content"}
@invalid_attrs %{}
test "changeset with valid attributes" do