Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mmews committed Jan 31, 2024
1 parent ec089f3 commit 6673905
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
export public interface ~TestInfo {
/** set in case class has been loaded from disk */
public filePath?: string;
// @Deprecated: instead use TestCatalogInfo#packageName
/** origin used for dynamic loading of the test class */
/**
* @Deprecated: instead use TestCatalogInfo#packageName
* origin used for dynamic loading of the test class
*/
public origin: string;
/** test class fqn used for dynamic loading */
public fqn?: string;
Expand Down

0 comments on commit 6673905

Please sign in to comment.