Skip to content

Commit 5537a62

Browse files
committed
fix a test
1 parent 14c67f8 commit 5537a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/features/work_packages/table/semantic_id_navigation_follow_ups_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# bugs manifest.
1313

1414
let(:admin) { create(:admin) }
15-
let(:project) { create(:project, identifier: "NAVFOLLOW") }
15+
let(:project) { create(:project, identifier: "navfollow") }
1616

1717
let(:work_package) { create(:work_package, project:, subject: "First WP") }
1818
let(:other_wp) { create(:work_package, project:, subject: "Other WP") }

0 commit comments

Comments
 (0)