質問編集履歴

1

誤字修正

2021/09/10 13:18

投稿

teosu
teosu

スコア20

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  posts_count = Post.objects.all().count()
32
32
 
33
- self.assertEqual(prefectures_count, 1)
33
+ self.assertEqual(posts_count, 1)
34
34
 
35
35
  // テスト通る
36
36
 
@@ -44,7 +44,7 @@
44
44
 
45
45
  posts_count = Post.objects.all().count()
46
46
 
47
- self.assertEqual(prefectures_count, 1)
47
+ self.assertEqual(posts_count, 1)
48
48
 
49
49
    // テスト通らない
50
50