forked from mindspore-Ecosystem/mindspore
fix ut bug
This commit is contained in:
parent
962c3f4ae3
commit
c5fefa7523
|
@ -23,8 +23,8 @@ using mindspore::LogStream;
|
|||
using mindspore::ExceptionType::NoExceptionType;
|
||||
using mindspore::MsLogLevel::INFO;
|
||||
|
||||
class MindDataTestPipeline : public UT::Common {
|
||||
public:
|
||||
class MindDataTestPipeline : public UT::DatasetOpTesting {
|
||||
protected:
|
||||
};
|
||||
|
||||
TEST_F(MindDataTestPipeline, TestTimeMaskingPipeline) {
|
||||
|
|
Loading…
Reference in New Issue