Skip to content

Commit

Permalink
minor apitest->apiclustertest
Browse files Browse the repository at this point in the history
  • Loading branch information
broskoTT committed Oct 22, 2024
1 parent a791400 commit a4e6177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_cluster_descriptor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ inline std::unique_ptr<tt_ClusterDescriptor> get_cluster_desc() {
return cluster_desc;
}

TEST(ApiTest, DetectArch) {
TEST(ApiClusterDescriptorTest, DetectArch) {
// TODO: This should be part of cluster descriptor. It is currently used like this from tt_metal.
tt::ARCH arch = detect_arch();

Expand Down

0 comments on commit a4e6177

Please sign in to comment.