Skip to content

Commit

Permalink
fix(concepts): correct task grouping in doctor data (#791)
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
vaeng committed Jan 29, 2024
1 parent 775c6c0 commit 4b9f19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/doctor-data/doctor_data_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TEST_CASE("Create different probes", "[task_1]") {

#if defined(EXERCISM_RUN_ALL_TESTS)

TEST_CASE("Create drone from replication", "[task_1]") {
TEST_CASE("Create drone from replication", "[task_2]") {
heaven::Vessel bob{"Robert Johansson", 1};
heaven::Vessel bob5 = bob.replicate("Mario");
REQUIRE(bob5.current_system == star_map::System::Sol);
Expand Down

0 comments on commit 4b9f19d

Please sign in to comment.