Skip to content

Commit

Permalink
Merge pull request #824 from watson-developer-cloud/mdk/fix-nlc-crede…
Browse files Browse the repository at this point in the history
…ntials-again

Switch to separate NLC instance for Swift SDK tests
  • Loading branch information
Mike Kistler authored May 17, 2018
2 parents f7dfead + 790b766 commit f4050bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Source/SupportingFiles/Credentials.swift.enc
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class NaturalLanguageClassifierTests: XCTestCase {
// and `weather_data_train.csv` files. Be sure to update the `trainedClassifierId` property below!

private var naturalLanguageClassifier: NaturalLanguageClassifier!
private let trainedClassifierId = "51233dx385-nlc-374"
private let trainedClassifierId = "6b5ab4x398-nlc-95"
private let trainedClassifierName = "swift-sdk-test-classifier - DO NOT DELETE"
private let temporaryClassifierName = "swift-sdk-temporary-classifier"

Expand Down

0 comments on commit f4050bf

Please sign in to comment.