Skip to content

Commit 757ae2b

Browse files
committed
wikiTagのメソッドをついか
1 parent 4eac1dc commit 757ae2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Model/BacklogProjectWikiModelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function test_get_wiki_tag_list () {
2121
}
2222
}
2323
if (empty($project)){
24-
throw new \RuntimeException('Wikiタグが付与されたプロジェクトがありません。作成してください。');
24+
throw new \RuntimeException('Wiki:タグが付与されたプロジェクトウィキがありません。作成してください。');
2525
}
2626
$this->assertIsArray($tags);
2727
$this->assertNotEmpty($tags);

0 commit comments

Comments
 (0)