Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed May 29, 2024
1 parent 5d78d1b commit 4b2b5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class InterfaceUtilsTest : public CxxTest::TestSuite {
InterfaceUtils::restrictInputDataByName = mockRestrictInputDataByName;

// There are many similar functions in the interface, this test will try only one pair of such functions
TS_ASSERT_EQUALS(getResolutionWSSuffixes("Iqt"), QStringList({""}));
TS_ASSERT_EQUALS(getResolutionWSSuffixes("Iqt"), QStringList());
TS_ASSERT_EQUALS(getResolutionFBSuffixes("Iqt"), QStringList({".nxs"}));
}

Expand Down

0 comments on commit 4b2b5fa

Please sign in to comment.